Browse Source

Doc: cleaned up something very ancient.

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

Loading…
Cancel
Save