#include <COLLADACamera.h>
Inheritance diagram for CSLCOLLADACamera:

Public Member Functions |
|
| CSLCOLLADACamera (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate) | |
| virtual | ~CSLCOLLADACamera () |
| virtual SI_Float | GetRoll () |
| virtual SI_Void | SetRoll (SI_Float in_fValue) |
Describes a camera and its interest.
| CSLCOLLADACamera | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate | |||
| ) |
Constructor
| in_pScene | Pointer to the scene containing the Camera | |
| in_pModel | Pointer to the model containing the Camera | |
| in_pTemplate | Pointer to the CdotXSITemplate containing the Camera |
| virtual ~CSLCOLLADACamera | ( | ) | [virtual] |
Destructor
| virtual SI_Float GetRoll | ( | ) | [virtual] |
| virtual SI_Void SetRoll | ( | SI_Float | in_fValue | ) | [virtual] |
Change the roll of the camera.
| SI_Float | New roll value. |
Reimplemented from CSLCamera.