Home
last modified time | relevance | path

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

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/dae2ma/include/
H A DDAE2MASyntax.h51 static const char* CAMERA_PERSP_SHAPE = "perspShape"; variable
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/dae2ma/src/
H A DDAE2MACameraImporter.cpp123 if ( COLLADABU::Utils::equals ( camera->getName (), CAMERA_PERSP_SHAPE ) in createCamera()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/include/
H A DCOLLADAMayaSyntax.h309 static const char* CAMERA_PERSP_SHAPE = "perspShape"; variable
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaSceneGraph.cpp420 …nodeName == CAMERA_PERSP_SHAPE || nodeName == CAMERA_TOP_SHAPE || nodeName == CAMERA_SIDE_SHAPE ||… in getIsExportNode()