#include <WRLLoader.h>
Inheritance diagram for WRLLoader:
Public Methods | |
WRLLoader () | |
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... |
|
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.
|