Home
last modified time | relevance | path

Searched refs:getIsForced (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/include/
H A DCOLLADAMayaSceneElement.h242 const bool getIsForced() const in getIsForced() function
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaPhysicsExporter.cpp96 if ( sceneElement->getIsForced () ) exportSceneElement = true; in exportAllPhysics()
H A DCOLLADAMayaGeometryExporter.cpp104 if ( sceneElement->getIsForced () ) exportSceneElement = true; in exportGeometries()
H A DCOLLADAMayaVisualSceneExporter.cpp153 bool isForced = sceneElement->getIsForced(); in exportVisualSceneNodes()