Home
last modified time | relevance | path

Searched refs:mMatrixIndex (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/include/
H A DCOLLADAMaxAnimationExporter.h101 int mMatrixIndex; variable
181 return mMatrixIndex; in getMatrixIndex()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxAnimationExporter.cpp44 mMatrixIndex(-1), in Animation()
58 mMatrixIndex(matrixIndex), in Animation()
74 mMatrixIndex(-1), in Animation()
87 mMatrixIndex(other.mMatrixIndex), in Animation()
100 mMatrixIndex = other.mMatrixIndex; in operator =()