Assimp
v3.1.1 (June 2014)
|
Declares the aiProcess_FindInstances post-process step. More...
Classes | |
class | Assimp::FindInstancesProcess |
A post-processing steps to search for instanced meshes. More... | |
Namespaces | |
Assimp | |
MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py. | |
Functions | |
bool | Assimp::CompareArrays (const aiVector3D *first, const aiVector3D *second, unsigned int size, float e) |
Perform a component-wise comparison of two arrays. More... | |
bool | Assimp::CompareArrays (const aiColor4D *first, const aiColor4D *second, unsigned int size, float e) |
uint64_t | Assimp::GetMeshHash (aiMesh *in) |
Get a pseudo(!)-hash representing a mesh. More... | |
Declares the aiProcess_FindInstances post-process step.