Home
last modified time | relevance | path

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

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dae/
H A DdaeRAnimations.cpp311 if (vkfCont.size() <= 1) in reorderControlPoints()
313 if (vkfCont.size() == 1) in reorderControlPoints()
319 vkfCont.front().setValue(tcb); in reorderControlPoints()
326 for (unsigned i = 0; i < vkfCont.size() - 1; ++i) in reorderControlPoints()
331 vkfCont[i].setValue(tcb); in reorderControlPoints()
337 vkfCont.back().setValue(last); in reorderControlPoints()
375 vkfCont = v3cnt; in processAnimationMap()
409 if (vkfCont) in processAnimationMap()
427 reorderControlPoints(*vkfCont); in processAnimationMap()
434 convertHermiteToBezier(*vkfCont); in processAnimationMap()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/
H A DdaeRAnimations.cpp311 if (vkfCont.size() <= 1) in reorderControlPoints()
313 if (vkfCont.size() == 1) in reorderControlPoints()
319 vkfCont.front().setValue(tcb); in reorderControlPoints()
326 for (unsigned i = 0; i < vkfCont.size() - 1; ++i) in reorderControlPoints()
331 vkfCont[i].setValue(tcb); in reorderControlPoints()
337 vkfCont.back().setValue(last); in reorderControlPoints()
375 vkfCont = v3cnt; in processAnimationMap()
409 if (vkfCont) in processAnimationMap()
427 reorderControlPoints(*vkfCont); in processAnimationMap()
434 convertHermiteToBezier(*vkfCont); in processAnimationMap()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/fbx/
H A DfbxRAnimation.cpp148 if (vkfCont.size() <= 1) in reorderControlPoints()
150 if (vkfCont.size() == 1) in reorderControlPoints()
152 osgAnimation::TemplateCubicBezier<T> tcb = vkfCont.front().getValue(); in reorderControlPoints()
156 vkfCont.front().setValue(tcb); in reorderControlPoints()
161 osgAnimation::TemplateCubicBezier<T> first = vkfCont.front().getValue(); in reorderControlPoints()
163 for (unsigned i = 0; i < vkfCont.size() - 1; ++i) in reorderControlPoints()
165 osgAnimation::TemplateCubicBezier<T> tcb = vkfCont[i].getValue(); in reorderControlPoints()
167 tcb.setControlPointOut(vkfCont[i + 1].getValue().getControlPointIn()); in reorderControlPoints()
168 vkfCont[i].setValue(tcb); in reorderControlPoints()
171 osgAnimation::TemplateCubicBezier<T> last = vkfCont.back().getValue(); in reorderControlPoints()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/fbx/
H A DfbxRAnimation.cpp148 if (vkfCont.size() <= 1) in reorderControlPoints()
150 if (vkfCont.size() == 1) in reorderControlPoints()
152 osgAnimation::TemplateCubicBezier<T> tcb = vkfCont.front().getValue(); in reorderControlPoints()
156 vkfCont.front().setValue(tcb); in reorderControlPoints()
161 osgAnimation::TemplateCubicBezier<T> first = vkfCont.front().getValue(); in reorderControlPoints()
163 for (unsigned i = 0; i < vkfCont.size() - 1; ++i) in reorderControlPoints()
165 osgAnimation::TemplateCubicBezier<T> tcb = vkfCont[i].getValue(); in reorderControlPoints()
167 tcb.setControlPointOut(vkfCont[i + 1].getValue().getControlPointIn()); in reorderControlPoints()
168 vkfCont[i].setValue(tcb); in reorderControlPoints()
171 osgAnimation::TemplateCubicBezier<T> last = vkfCont.back().getValue(); in reorderControlPoints()
[all …]