API Documentation
Loading...
Searching...
No Matches
NDEVRFileExporter Class Reference

#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 ()
 

Detailed Description

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()));

Member Function Documentation

◆ Entry()

Exporter::ExportFormatEntry Entry ( )
static

◆ ExportNDEVRFile()

void ExportNDEVRFile ( const char * pFile,
IOSystem * ,
const aiScene * pScene,
const ExportProperties *  )
static

Constructor for a specific scene to export.


The documentation for this class was generated from the following files: