#include <NVBLoader.h>
Inheritance diagram for NVBLoader:
Public Methods | |
NVBLoader () | |
void | deleteThis (void) |
Realization of the pure virtual interface function of a PlugIn. More... | |
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. More... | |
Protected Methods | |
virtual | ~NVBLoader (void) |
Protected destructor to prevent explicit creation on stack. More... |
NVB files can be produced with a special exporter tool with 3D Studio MAX. They can include cgfx effects.
|
Protected destructor to prevent explicit creation on stack.
|
|
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 nvb 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.
|