#include <NVSGSaver.h>
Inheritance diagram for NVSGSaver:
Public Methods | |
void | deleteThis (void) |
PlugIn interface. More... | |
bool | save (const nvsg::Scene &scene, const nvsg::ViewState *viewState, const std::string &filename) |
Realization of the pure virtual interface function of a SceneSaver. More... |
NVSG files can be produced with the sample ViewerVR. They are text files that represent a Scene and a ViewState.
|
PlugIn interface.
Implements nvutil::PlugIn. |
|
Realization of the pure virtual interface function of a SceneSaver. Saves the scene and the viewState to filename.
|