#include <Readers.h>
Static Public Members | |||
scScenePtr | Load (FileName &sceneFile) | ||
Load a scene file from sceneFile. More... | |||
Void | PrintSupportedFormats (ostream &s) | ||
Send a list of supported formats to s. |
Definition at line 17 of file Readers.h.
scScenePtr SceneReader::Load (FileName & sceneFile) [static]
|
Load a scene file from sceneFile.
Sets sceneFile to the name of the scene file found, if extensions had to be added.
Returns 0 if the scene could not be loaded.
Definition at line 108 of file Readers.cc.
Void SceneReader::PrintSupportedFormats (ostream & s) [static]
|