#include <COLLADASpotLight.h>
Inheritance diagram for CSLCOLLADASpotLight:

Public Member Functions |
|
| CSLCOLLADASpotLight (CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate) | |
| virtual | ~CSLCOLLADASpotLight () |
| virtual SI_Error | Synchronize () |
| CSLCOLLADASpotLight | ( | CSLScene * | in_pScene, | |
| CSLModel * | in_pModel, | |||
| CdotXSITemplate * | in_pTemplate | |||
| ) |
Constructor
| in_pScene | scene to add this spotlight to | |
| in_pModel | model to add this light to | |
| in_pTemplate | IO layer template to connect to |
| virtual ~CSLCOLLADASpotLight | ( | ) | [virtual] |
Destructor
| virtual SI_Error Synchronize | ( | ) | [virtual] |
Synchronizes this light instance with its IO layer representation
| SI_SUCCESS | this function always returns SI_SUCCESS |
Reimplemented from CSLSpotLight.