Assimp  v4.1. (December 2018)
FindInstancesProcess.h File Reference

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...
 

Detailed Description

Declares the aiProcess_FindInstances post-process step.