API Documentation
|
Helper class to import a given scene to an NDV file. To Add to Assimp, add the following line to Common/ImporterRegistry.cpp,. More...
#include <NDEVRFileImporter.h>
Public Member Functions | |
ASSIMP_INTERFACE_API | NDEVRFileImporter () |
Default constructor. | |
~NDEVRFileImporter () | |
Destructor. | |
bool | CanRead (const std::string &pFile, IOSystem *pIOHandler, bool checkSig) const override |
Returns whether the class can handle the format of the given file. | |
Helper class to import a given scene to an NDV file. To Add to Assimp, add the following line to Common/ImporterRegistry.cpp,.
at top of file: #include <[path to this file]>
In function 'GetImporterInstanceList(std::vector<BaseImporter*>&)' add the following line:
out.push_back(new NDEVRFileImporter());
Default constructor.
~NDEVRFileImporter | ( | ) |
Destructor.
|
override |
Returns whether the class can handle the format of the given file.