#include <NVSGLoader.h>
Inheritance diagram for NVSGLoader:
Public Member Functions | |
void | deleteThis (void) |
Realization of the pure virtual interface function of a PlugIn. | |
const nvsg::Scene * | load (const std::string &filename, const std::vector< std::string > &searchPaths, const nvsg::ViewState *&viewState) |
Realization of the pure virtual interface function of a SceneLoader. |
NVSG files can be produced with the sample ViewerVR. They are text files that represent a Scene and a ViewState.
|
Realization of the pure virtual interface function of a PlugIn.
Implements nvutil::PlugIn. |
|
Realization of the pure virtual interface function of a SceneLoader. Loads a nvsg file given by filename. It looks for this file and possibly referenced other files like textures or effects at the given path first, then at the current location and finally it searches through the searchPaths.
|