Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members
iCelCameraMode Struct Reference
List of all members.Public Member Functions | |
virtual void | SetParentCamera (iPcNewCamera *camera)=0 |
Tells the camera mode what camera has it attached. | |
virtual bool | UseSpringPhysics () const =0 |
Decides if this camera mode should use spring physics or not. | |
virtual bool | DrawAttachedMesh () const =0 |
Decides if the mesh the camera is attached to should be drawn or not in this mode. | |
virtual float | GetSpringCoefficient () const =0 |
Gets the spring coefficient to use for the spring physics. | |
virtual float | GetSpringLength () const =0 |
Gets the spring length to use for the spring physics. | |
virtual float | GetInertialDampeningCoefficient () const =0 |
Gets the inertial dampening coefficient to use for the spring physics. | |
virtual const csVector3 & | GetPositionOffset () const =0 |
Gets the desired camera position as an offset of the player's position. | |
virtual const csVector3 & | GetDirection () const =0 |
Gets the desired camera direction. | |
virtual const csVector3 & | GetUp () const =0 |
Gets the desired camera up vector. | |
virtual bool | DecideCameraState ()=0 |
Informs the camera mode that it should compute the desired position, direction, up, etc. |
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 inertial dampening coefficient to use for the spring physics.
|
|
Gets the desired camera position as an offset of the player's position.
|
|
Gets the spring coefficient to use for the spring physics.
|
|
Gets the spring length 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 or not.
|
The documentation for this struct was generated from the following file:
- propclass/newcamera.h
Generated for CEL: Crystal Entity Layer by doxygen 1.4.4