Saga3D API Documentation
1.0-RC4
|
Go to the documentation of this file.
5 #ifndef __I_SCENE_NODE_ANIMATOR_CAMERA_MAYA_H_INCLUDED__
6 #define __I_SCENE_NODE_ANIMATOR_CAMERA_MAYA_H_INCLUDED__
Animates a scene node. Can animate position, rotation, material, and so on.
virtual float getZoomSpeed() const =0
Returns the zoom speed.
virtual float getMoveSpeed() const =0
Returns the speed of movement.
virtual float getTargetMinDistance() const =0
Returns the minimal distance to the camera target for zoom.
virtual float getDistance() const =0
Returns the current distance, i.e. orbit radius.
virtual float getRotateSpeed() const =0
Returns the rotation speed.
virtual void setRotateSpeed(float rotateSpeed)=0
Set the rotation speed.
virtual void setTargetMinDistance(float minDistance)=0
Set the minimal distance to the camera target for zoom.
Special scene node animator for Maya-style cameras.
virtual void setDistance(float distance)=0
Set the distance.
virtual void setMoveSpeed(float moveSpeed)=0
Sets the speed of movement.
virtual void setZoomSpeed(float zoomSpeed)=0
Set the zoom speed.