Home | All Classes | Grouped Classes | Index | Search
CL_Viewpoint object. More...
Derived from:
none
Derived by:
none
Group: GL (Display 3D)
#include <ClanLib/gl.h>
Construction:
Constructs a viewpoint. |
Attributes:
Position of viewpoint. | |
Viewing direction of viewpoint. | |
Up direction of viewpoint. |
Operations:
Translates viewpoint position. | |
Sets the viewpoint position. | |
Moves the viewpoint from its local point of view. | |
Rotates the viewpoint from its local point view. | |
Setup OpenGL model view matrix to use local viewpoint coordinates. | |
Restores the OpenGL model view matrix prior to a call to enter_local(). | |
Converts a direction vector from world into local coordinates. | |
Sets up the model view matrix to look from this viewpoint. |
Detailed description:
!group=GL/Display 3D! !header=gl.h!A viewpoint represents a position and viewing direction in 3D.