Home
last modified time | relevance | path

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

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaGeometryExporter.cpp278 vertexSource.getParameterNameList().push_back(XYZW_PARAMETERS[0]); in exportGeometry()
279 vertexSource.getParameterNameList().push_back(XYZW_PARAMETERS[1]); in exportGeometry()
280 vertexSource.getParameterNameList().push_back(XYZW_PARAMETERS[2]); in exportGeometry()
686 vertexSource.getParameterNameList().push_back ( XYZW_PARAMETERS[0] ); in exportVertexPositions()
687 vertexSource.getParameterNameList().push_back ( XYZW_PARAMETERS[1] ); in exportVertexPositions()
688 vertexSource.getParameterNameList().push_back ( XYZW_PARAMETERS[2] ); in exportVertexPositions()
1010 normalSource.getParameterNameList().push_back ( XYZW_PARAMETERS[0] ); in exportNormals()
1011 normalSource.getParameterNameList().push_back ( XYZW_PARAMETERS[1] ); in exportNormals()
1012 normalSource.getParameterNameList().push_back ( XYZW_PARAMETERS[2] ); in exportNormals()
1181 tangentSource.getParameterNameList().push_back ( XYZW_PARAMETERS[0] ); in exportTangentsAndBinormals()
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/include/
H A DCOLLADAMayaSyntax.h155 static const String XYZW_PARAMETERS[4] = { "X", "Y", "Z", "W" }; variable