iCelCameraMode Struct Reference
List of all members.Public Member Functions | |
virtual bool | DecideCameraState ()=0 |
Informs the camera mode that it should compute the desired position, direction, up, etc. | |
virtual bool | DrawAttachedMesh () const =0 |
Decides if the mesh the camera is attached to should be drawn or not in this mode. | |
virtual const csVector3 & | GetDirection () const =0 |
Gets the desired camera direction. | |
virtual const csVector3 & | GetPosition () const =0 |
Gets the desired camera position. | |
virtual float | GetSpringCoefficient () const =0 |
Gets the spring coefficient to use for the spring physics. | |
virtual const csVector3 & | GetUp () const =0 |
Gets the desired camera up vector. | |
virtual void | SetParentCamera (iPcNewCamera *camera)=0 |
Tells the camera mode what camera has it attached. | |
virtual bool | UseSpringDir () const =0 |
Decides if this camera mode should use spring physics for the camera's direction. | |
virtual bool | UseSpringPos () const =0 |
Decides if this camera mode should use spring physics for the camera's position. | |
virtual bool | UseSpringUp () const =0 |
Decides if this camera mode should use spring physics for the camera's up vector. |
Detailed Description
Definition at line 55 of file newcamera.h.
Member Function Documentation
|
Informs the camera mode that it should compute the desired position, direction, up, etc. of the camera now.
|
|
Decides if the mesh the camera is attached to should be drawn or not in this mode.
|
|
Gets the desired camera direction.
|
|
Gets the desired camera position.
|
|
Gets the spring coefficient to use for the spring physics.
|
|
Gets the desired camera up vector.
|
|
Tells the camera mode what camera has it attached.
|
|
Decides if this camera mode should use spring physics for the camera's direction.
|
|
Decides if this camera mode should use spring physics for the camera's position.
|
|
Decides if this camera mode should use spring physics for the camera's up vector.
|
The documentation for this struct was generated from the following file:
- propclass/newcamera.h
Generated for CEL: Crystal Entity Layer by doxygen 1.4.6