Searched refs:getInputBySemantic (Results 1 – 5 of 5) sorted by relevance
116 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()
122 const InputUnshared* getInputBySemantic ( const InputSemantic::Semantic& semantic ) const in getInputBySemantic() function
158 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()
20 …const InputShared* MeshPrimitiveInputList::getInputBySemantic ( const InputSemantic::Semantic& sem… in getInputBySemantic() function in COLLADASaxFWL::MeshPrimitiveInputList
97 return getVertices().getInputBySemantic ( semantic ); in getVertexInputBySemantic()