Home
last modified time | relevance | path

Searched refs:getInputBySemantic (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/include/
H A DCOLLADASaxFWLMeshPrimitiveInputList.h116 const InputShared* getInputBySemantic ( const InputSemantic::Semantic& semantic ) const;
125 return getInputBySemantic ( InputSemantic::POSITION ); in getPositionInput()
135 return getInputBySemantic ( InputSemantic::NORMAL ); in getNormalInput()
140 return getInputBySemantic ( InputSemantic::TEXTANGENT ); in getTangentInput()
145 return getInputBySemantic ( InputSemantic::TEXBINORMAL ); in getBinormalInput()
H A DCOLLADASaxFWLVertices.h122 const InputUnshared* getInputBySemantic ( const InputSemantic::Semantic& semantic ) const in getInputBySemantic() function
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/src/
H A DCOLLADASaxFWLSplineLoader.cpp158 const InputUnshared * input = mVerticesInputs.getInputBySemantic( InputSemantic::POSITION ); in loadPositions()
250 … const InputUnshared * input = mVerticesInputs.getInputBySemantic( InputSemantic::OUT_TANGENT ); in loadOutTangents()
342 … const InputUnshared * input = mVerticesInputs.getInputBySemantic( InputSemantic::IN_TANGENT ); in loadInTangents()
H A DCOLLADASaxFWLMeshPrimitiveInputList.cpp20 …const InputShared* MeshPrimitiveInputList::getInputBySemantic ( const InputSemantic::Semantic& sem… in getInputBySemantic() function in COLLADASaxFWL::MeshPrimitiveInputList
H A DCOLLADASaxFWLMeshLoader.cpp97 return getVertices().getInputBySemantic ( semantic ); in getVertexInputBySemantic()