Browse Source

Doc: cleaned up something very ancient.

pull/279/head
Vladimír Vondruš 14 years ago
parent
commit
9b642413bf
  1. 5
      src/Camera.h

5
src/Camera.h

@ -110,7 +110,7 @@ class MAGNUM_EXPORT Camera: public Object {
* *
* Sets orthographic projection to the default OpenGL cube (range * Sets orthographic projection to the default OpenGL cube (range
* @f$ [-1; 1] @f$ in all directions) and clear color to black. * @f$ [-1; 1] @f$ in all directions) and clear color to black.
* @see setOrthographic(), setClearColor() * @see setOrthographic(), setPerspective()
*/ */
Camera(Object* parent = nullptr); Camera(Object* parent = nullptr);
@ -170,8 +170,7 @@ class MAGNUM_EXPORT Camera: public Object {
/** /**
* @brief Set viewport size * @brief Set viewport size
* *
* Called when assigning the camera to the scene or when window * Call when window size changes.
* size changes.
*/ */
virtual void setViewport(const Math::Vector2<GLsizei>& size); virtual void setViewport(const Math::Vector2<GLsizei>& size);

Loading…
Cancel
Save