Saga3D API Documentation
1.0-RC4
|
Go to the documentation of this file.
5 #ifndef __I_SCENE_NODE_ANIMATOR_CAMERA_FPS_H_INCLUDED__
6 #define __I_SCENE_NODE_ANIMATOR_CAMERA_FPS_H_INCLUDED__
47 #endif // __I_SCENE_NODE_ANIMATOR_CAMERA_FPS_H_INCLUDED__
Animates a scene node. Can animate position, rotation, material, and so on.
virtual void setMoveSpeed(float moveSpeed)=0
Sets the speed of movement in units per millisecond.
Special scene node animator for FPS cameras.
virtual void setInvertMouse(bool invert)=0
Sets whether the Y axis of the mouse should be inverted.
virtual void setRotateSpeed(float rotateSpeed)=0
Set the rotation speed in degrees when using mouse.
virtual float getRotateSpeed() const =0
Returns the rotation speed in degrees when using mouse.
virtual float getMoveSpeed() const =0
Returns the speed of movement in units per millisecond.