API Documentation
|
#include <NDEVRFileExporter.h>
Static Public Member Functions | |
static void | ExportNDEVRFile (const char *pFile, IOSystem *, const aiScene *pScene, const ExportProperties *) |
Constructor for a specific scene to export. | |
static Exporter::ExportFormatEntry | Entry () |
Helper class to export a given scene to an NDV file. To Add to Assimp, add the following line to Common/Exporter.cpp,
at top of file:
#include <[path to this file]>
In function 'setupExporterArray(std::vector<Exporter::ExportFormatEntry>&)' add the following line:
exporters.push_back(NDEVRFileExporter::Entry()));
|
static |
|
static |
Constructor for a specific scene to export.