COLLADASpotLight.h

Go to the documentation of this file.
00001 //***************************************************************************************
00002 // File supervisor: Crosswalk team
00012 //***************************************************************************************
00013 
00014 #ifndef _COLLADASPOTLIGHT_H
00015 #define _COLLADASPOTLIGHT_H
00016 
00017 #include "SpotLight.h"
00018 
00021 class XSIEXPORT CSLCOLLADASpotLight
00022     : public CSLSpotLight
00023 {
00024 public:
00025 
00032     CSLCOLLADASpotLight(CSLScene* in_pScene, CSLModel *in_pModel, CdotXSITemplate* in_pTemplate);
00033 
00036     virtual ~CSLCOLLADASpotLight();
00037 
00042     virtual SI_Error Synchronize();
00043 
00044 private:
00045     void *m_pReserved;  // reserved for future extension
00046 };
00047 
00048 #endif