Lines Matching refs:domInputs

50     domInputLocal_Array domInputs = pDomSkinJoints->getInput_array();  in findJointNode()  local
53 for (size_t i=0; i < domInputs.getCount(); i++) in findJointNode()
55 if (!strcmp(domInputs[i]->getSemantic(), COMMON_PROFILE_INPUT_JOINT)) in findJointNode()
57 pDomJointsSource = daeSafeCast<domSource>(getElementFromURI(domInputs[i]->getSource())); in findJointNode()
60 …OSG_WARN << "Could not find skin joints source '" << domInputs[i]->getSource().getURI() << "'" <<s… in findJointNode()
152 domInputLocal_Array domInputs = pDomSkinJoints->getInput_array(); in getJointsAndInverseObjectspaceBindMatrices() local
154 if (domInputs.getCount() > 2) in getJointsAndInverseObjectspaceBindMatrices()
161 for (size_t i=0; i < domInputs.getCount(); i++) in getJointsAndInverseObjectspaceBindMatrices()
163 if (!strcmp(domInputs[i]->getSemantic(), COMMON_PROFILE_INPUT_JOINT)) in getJointsAndInverseObjectspaceBindMatrices()
165 pDomJointsSource = daeSafeCast<domSource>(getElementFromURI(domInputs[i]->getSource())); in getJointsAndInverseObjectspaceBindMatrices()
168 …OSG_WARN << "Could not find skin joints source '" << domInputs[i]->getSource().getURI() << "'" <<s… in getJointsAndInverseObjectspaceBindMatrices()
172 else if (!strcmp(domInputs[i]->getSemantic(), COMMON_PROFILE_INPUT_INV_BIND_MATRIX)) in getJointsAndInverseObjectspaceBindMatrices()
174 … pDomInvBindMatricesSource = daeSafeCast<domSource>(getElementFromURI(domInputs[i]->getSource())); in getJointsAndInverseObjectspaceBindMatrices()
177 …OSG_WARN << "Could not find skin inverse bind matrices source '" << domInputs[i]->getSource().getU… in getJointsAndInverseObjectspaceBindMatrices()
422 domInputLocalOffset_Array domInputs = pDomVertexWeights->getInput_array(); in processSkin() local
424 if (domInputs.getCount() > 2) in processSkin()
433 if (!strcmp(domInputs[i]->getSemantic(), COMMON_PROFILE_INPUT_JOINT)) in processSkin()
435 pDomJointsSource = daeSafeCast<domSource>(getElementFromURI(domInputs[i]->getSource())); in processSkin()
438 …OSG_WARN << "Could not find skin joints source '" << domInputs[i]->getSource().getURI() << "'" <<s… in processSkin()
442 else if (!strcmp(domInputs[i]->getSemantic(), COMMON_PROFILE_INPUT_WEIGHT)) in processSkin()
444 … pDomWeightsSource = daeSafeCast<domSource>(getElementFromURI(domInputs[i]->getSource())); in processSkin()
447 …OSG_WARN << "Could not find skin weights source '" << domInputs[i]->getSource().getURI() << "'" <<… in processSkin()