Castor3D
..
|
DirectionalLight loader. More...
Public Member Functions | |
virtual C3D_API bool | operator() (DirectionalLight const &p_light, Castor::TextFile &p_file) |
Writes a light into a text file. More... | |
Public Member Functions inherited from Castor3D::LightCategory::TextLoader | |
C3D_API | TextLoader (Castor::File::eENCODING_MODE p_encodingMode=Castor::File::eENCODING_MODE_ASCII) |
Constructor. More... | |
virtual C3D_API bool | operator() (LightCategory const &p_light, Castor::TextFile &p_file) |
Writes a light into a text file. More... | |
DirectionalLight loader.
|
virtual |
Writes a light into a text file.
[in] | p_file | The file to save the cameras in |
[in] | p_light | The light to save |