Home
last modified time | relevance | path

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

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxVisualSceneExporter.cpp73 const String VisualSceneExporter::ROTATION_PARAMETER[ 1 ] = member in COLLADAMax::VisualSceneExporter
466 …gle(layerControl, layerName, fullNodeId, ROTATE_Z_SID + sidAppend, ROTATION_PARAMETER, Animation::… in exportTransformations()
467 …gle(layerControl, layerName, fullNodeId, ROTATE_Y_SID + sidAppend, ROTATION_PARAMETER, Animation::… in exportTransformations()
468 …gle(layerControl, layerName, fullNodeId, ROTATE_X_SID + sidAppend, ROTATION_PARAMETER, Animation::… in exportTransformations()
486 …addAnimatedAngle(rotationController, "", fullNodeId, ROTATE_Z_SID, ROTATION_PARAMETER, Animation::… in exportTransformations()
487 …addAnimatedAngle(rotationController, "", fullNodeId, ROTATE_Y_SID, ROTATION_PARAMETER, Animation::… in exportTransformations()
488 …addAnimatedAngle(rotationController, "", fullNodeId, ROTATE_X_SID, ROTATION_PARAMETER, Animation::… in exportTransformations()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/include/
H A DCOLLADAMaxVisualSceneExporter.h61 static const String ROTATION_PARAMETER[ 1 ]; variable