#include <Inventor/nodes/SoSeparator.h>
#include <Inventor/nodes/SoMaterial.h>
#include <assimp/scene.h>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
SoSeparator * | Assimp2Inventor (const aiScene *const scene, const std::string &sceneDir, const SoMaterial *materialOverride) |
std::vector< std::string > | assimpImportedExtensions () |
std::vector< std::pair < std::string, std::vector < std::string > > > | assimpImportedFormats () |
SoSeparator* Assimp2Inventor | ( | const aiScene *const | scene, |
const std::string & | sceneDir, | ||
const SoMaterial * | materialOverride | ||
) |
materialOverride | can be used to override ALL NODES material properties to given values. |
I don't know how they will be referenced inside the scene
Definition at line 595 of file AssimpImport.cpp.
std::vector<std::string> assimpImportedExtensions | ( | ) |
Definition at line 627 of file AssimpImport.cpp.
std::vector<std::pair<std::string, std::vector<std::string> > > assimpImportedFormats | ( | ) |
Definition at line 638 of file AssimpImport.cpp.