Home
last modified time | relevance | path

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

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/include/
H A DCOLLADAMaxOptions.h121 bool getBakeMatrices() const { return mBakeMatrices; } in getBakeMatrices() function
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxLightExporter.cpp198 …bool isTargeted = !mDocumentExporter->getOptions().getBakeMatrices() && (ClassId == SPOT_LIGHT_CLA… in exportLight()
H A DCOLLADAMaxVisualSceneExporter.cpp359 if ( options.getBakeMatrices() || AnimationExporter::forceSampleMatrices(iNode) ) in exportTransformations()