Home
last modified time | relevance | path

Searched refs:domInputs (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/
H A DdaeRSkinning.cpp50 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()
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()
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()
[all …]
H A DdaeRGeometry.cpp199 domInputLocal_Array domInputs = pDomMorhpTargets->getInput_array(); in processMorph() local
202 if (domInputs.getCount() > 2) in processMorph()
209 if (!strcmp(domInputs[i]->getSemantic(), COMMON_PROFILE_INPUT_MORPH_TARGET)) in processMorph()
211 … domSource* pDomSource = daeSafeCast<domSource>(getElementFromURI(domInputs[i]->getSource())); in processMorph()
266 …OSG_WARN << "Could not find morph source '" << domInputs[i]->getSource().getURI() << "'" <<std::en… in processMorph()
270 else if (!strcmp(domInputs[i]->getSemantic(), COMMON_PROFILE_INPUT_MORPH_WEIGHT)) in processMorph()
272 … domSource* pDomSource = daeSafeCast<domSource>(getElementFromURI(domInputs[i]->getSource())); in processMorph()
302 …OSG_WARN << "Could not find morph source '" << domInputs[i]->getSource().getURI() << "'" <<std::en… in processMorph()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dae/
H A DdaeRSkinning.cpp50 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()
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()
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()
[all …]
H A DdaeRGeometry.cpp199 domInputLocal_Array domInputs = pDomMorhpTargets->getInput_array(); in processMorph() local
202 if (domInputs.getCount() > 2) in processMorph()
209 if (!strcmp(domInputs[i]->getSemantic(), COMMON_PROFILE_INPUT_MORPH_TARGET)) in processMorph()
211 … domSource* pDomSource = daeSafeCast<domSource>(getElementFromURI(domInputs[i]->getSource())); in processMorph()
266 …OSG_WARN << "Could not find morph source '" << domInputs[i]->getSource().getURI() << "'" <<std::en… in processMorph()
270 else if (!strcmp(domInputs[i]->getSemantic(), COMMON_PROFILE_INPUT_MORPH_WEIGHT)) in processMorph()
272 … domSource* pDomSource = daeSafeCast<domSource>(getElementFromURI(domInputs[i]->getSource())); in processMorph()
302 …OSG_WARN << "Could not find morph source '" << domInputs[i]->getSource().getURI() << "'" <<std::en… in processMorph()