|
Isle
|
[AI] Represents a viewpoint in the 3D scene. More...
#include <tgl.h>


Public Member Functions | |
| virtual Result | SetTransformation (FloatMatrix4 &)=0 |
| [AI] Sets the transformation matrix for the camera. More... | |
Public Member Functions inherited from Tgl::Object | |
| virtual | ~Object () |
| [AI] Destructor; releases resources. More... | |
| virtual void * | ImplementationDataPtr ()=0 |
| [AI] Returns a pointer to internal/implementation data, if any. More... | |
[AI] Represents a viewpoint in the 3D scene.
[AI]
[AI] Manages camera transformations in the scene graph. [AI]
|
pure virtual |
[AI] Sets the transformation matrix for the camera.
[AI]
| mat | Reference to transformation matrix. [AI] |
Implemented in TglImpl::CameraImpl.