Home
last modified time | relevance | path

Searched refs:forceSampleMatrices (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/include/
H A DCOLLADAMaxAnimationExporter.h450 static bool forceSampleMatrices(INode* iNode);
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxVisualSceneExporter.cpp359 if ( options.getBakeMatrices() || AnimationExporter::forceSampleMatrices(iNode) ) in exportTransformations()
H A DCOLLADAMaxAnimationExporter.cpp177 bool AnimationExporter::forceSampleMatrices(INode* iNode) in forceSampleMatrices() function in COLLADAMax::AnimationExporter