Home
last modified time | relevance | path

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

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/include/
H A DCOLLADAMayaSyntax.h519 static const String PARAM_TYPE_DOUBLE2 = "double2"; variable
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaShaderFXShaderExporter.cpp353 ScopedElement element(mShaderFXExporter.mStreamWriter, PARAM_TYPE_DOUBLE2); in onDouble2()
H A DCOLLADAMayaGeometryExporter.cpp598 …mTechnique.addParameter(name.asChar(), value[0], value[1], "", PARAM_TYPE_DOUBLE2, COLLADASW::CSWC… in onDouble2()