Home
last modified time | relevance | path

Searched refs:AnimationPathCallback (Results 1 – 25 of 59) sorted by relevance

123

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/
H A DNode.cpp63 osg::AnimationPathCallback* nc = dynamic_cast<osg::AnimationPathCallback*>(getUpdateCallback()); in write()
67 ((ive::AnimationPathCallback*)(nc))->write(out); in write()
142 osg::AnimationPathCallback* nc = new osg::AnimationPathCallback(); in read()
143 ((ive::AnimationPathCallback*)(nc))->read(in); in read()
H A DAnimationPathCallback.h8 class AnimationPathCallback : public osg::AnimationPathCallback {
H A DAnimationPathCallback.cpp22 void AnimationPathCallback::write(DataOutputStream* out){ in write()
51 void AnimationPathCallback::read(DataInputStream* in){ in read()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/
H A DNode.cpp63 osg::AnimationPathCallback* nc = dynamic_cast<osg::AnimationPathCallback*>(getUpdateCallback()); in write()
67 ((ive::AnimationPathCallback*)(nc))->write(out); in write()
142 osg::AnimationPathCallback* nc = new osg::AnimationPathCallback(); in read()
143 ((ive::AnimationPathCallback*)(nc))->read(in); in read()
H A DAnimationPathCallback.h8 class AnimationPathCallback : public osg::AnimationPathCallback, public ReadWrite {
H A DAnimationPathCallback.cpp22 void AnimationPathCallback::write(DataOutputStream* out){ in write()
51 void AnimationPathCallback::read(DataInputStream* in){ in read()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osg/
H A DAnimationPathCallback.cpp9 REGISTER_OBJECT_WRAPPER( AnimationPathCallback,
10 new osg::AnimationPathCallback,
11 osg::AnimationPathCallback,
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/serializers/osg/
H A DAnimationPathCallback.cpp9 REGISTER_OBJECT_WRAPPER( AnimationPathCallback,
10 new osg::AnimationPathCallback,
11 osg::AnimationPathCallback,
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DAnimationPath30 * AnimationPathCallback can be attached directly to Transform nodes to
217 class OSG_EXPORT AnimationPathCallback : public NodeCallback
221 AnimationPathCallback():
231 AnimationPathCallback(const AnimationPathCallback& apc,const CopyOp& copyop):
246 META_Object(osg,AnimationPathCallback);
248 /** Construct an AnimationPathCallback with a specified animation path.*/
249 AnimationPathCallback(AnimationPath* ap,double timeOffset=0.0,double timeMultiplier=1.0):
260 …/** Construct an AnimationPathCallback and automatically create an animation path to produce a rot…
261 AnimationPathCallback(const osg::Vec3d& pivot,const osg::Vec3d& axis,float angularVelocity);
310 ~AnimationPathCallback(){}
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/
H A DAnimationPath30 * AnimationPathCallback can be attached directly to Transform nodes to
217 class OSG_EXPORT AnimationPathCallback : public NodeCallback
221 AnimationPathCallback():
231 AnimationPathCallback(const AnimationPathCallback& apc,const CopyOp& copyop):
244 META_Object(osg,AnimationPathCallback);
246 /** Construct an AnimationPathCallback with a specified animation path.*/
247 AnimationPathCallback(AnimationPath* ap,double timeOffset=0.0,double timeMultiplier=1.0):
258 …/** Construct an AnimationPathCallback and automatically create an animation path to produce a rot…
259 AnimationPathCallback(const osg::Vec3d& pivot,const osg::Vec3d& axis,float angularVelocity);
308 ~AnimationPathCallback(){}
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DAnimationPath.cpp123 AnimationPathCallback::AnimationPathCallback(const osg::Vec3d& pivot,const osg::Vec3d& axis,float a… in AnimationPathCallback() function in AnimationPathCallback
232 void AnimationPathCallback::operator()(Node* node, NodeVisitor* nv) in operator ()()
253 double AnimationPathCallback::getAnimationTime() const in getAnimationTime()
258 void AnimationPathCallback::update(osg::Node& node) in update()
269 void AnimationPathCallback::reset() in reset()
280 void AnimationPathCallback::setPause(bool pause) in setPause()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DAnimationPath.cpp123 AnimationPathCallback::AnimationPathCallback(const osg::Vec3d& pivot,const osg::Vec3d& axis,float a… in AnimationPathCallback() function in AnimationPathCallback
232 void AnimationPathCallback::operator()(Node* node, NodeVisitor* nv) in operator ()()
253 double AnimationPathCallback::getAnimationTime() const in getAnimationTime()
258 void AnimationPathCallback::update(osg::Node& node) in update()
269 void AnimationPathCallback::reset() in reset()
280 void AnimationPathCallback::setPause(bool pause) in setPause()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/
H A DAnimationPath.cpp159 new osg::AnimationPathCallback,
169 osg::AnimationPathCallback *apc = dynamic_cast<osg::AnimationPathCallback*>(&obj); in AnimationPathCallback_readLocalData()
216 const osg::AnimationPathCallback* apc = dynamic_cast<const osg::AnimationPathCallback*>(&obj); in AnimationPathCallback_writeLocalData()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/
H A DAnimationPath.cpp159 new osg::AnimationPathCallback,
169 osg::AnimationPathCallback *apc = dynamic_cast<osg::AnimationPathCallback*>(&obj);
216 const osg::AnimationPathCallback* apc = dynamic_cast<const osg::AnimationPathCallback*>(&obj);
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgdepthpeeling/
H A Dosgdepthpeeling.cpp119 void registerAnimationPathCallback(osg::AnimationPathCallback* apc) in registerAnimationPathCallback()
130 osg::AnimationPathCallback* _apc;
287 …osg::AnimationPathCallback* apc = new osg::AnimationPathCallback(modelGroupTransform->getBound().c… in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgdepthpeeling/
H A Dosgdepthpeeling.cpp119 void registerAnimationPathCallback(osg::AnimationPathCallback* apc) in registerAnimationPathCallback()
130 osg::AnimationPathCallback* _apc;
287 …osg::AnimationPathCallback* apc = new osg::AnimationPathCallback(modelGroupTransform->getBound().c… in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgclip/
H A Dosgclip.cpp67 …osg::NodeCallback* nc = new osg::AnimationPathCallback(subgraph->getBound().center(),osg::Vec3(0.0… in decorate_with_clip_node()
106 …osg::NodeCallback* nc = new osg::AnimationPathCallback(subgraph->getBound().center(),osg::Vec3(0.0… in simple_decorate_with_clip_node()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/data/
H A Dboxman.osg28 AnimationPathCallback {
263 AnimationPathCallback {
903 AnimationPathCallback {
1537 AnimationPathCallback {
2033 AnimationPathCallback {
2225 AnimationPathCallback {
2913 AnimationPathCallback {
3601 AnimationPathCallback {
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osganimate/
H A Dosganimate.cpp156 xform->setUpdateCallback(new osg::AnimationPathCallback(animationPath,0.0,1.0)); in createMovingModel()
177 xform->setUpdateCallback(new osg::AnimationPathCallback(animationPath,0.0f,2.0)); in createMovingModel()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osganimate/
H A Dosganimate.cpp157 xform->setUpdateCallback(new osg::AnimationPathCallback(animationPath,0.0,1.0)); in createMovingModel()
178 xform->setUpdateCallback(new osg::AnimationPathCallback(animationPath,0.0f,2.0)); in createMovingModel()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgUtil/
H A DTransformCallback24 /** TransformCallback is now deprecated, use osg::AnimationPathCallback instead.*/
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/
H A DTransformCallback24 /** TransformCallback is now deprecated, use osg::AnimationPathCallback instead.*/
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgclip/
H A Dosgclip.cpp85 …osg::NodeCallback* nc = new osg::AnimationPathCallback(subgraph->getBound().center(),osg::Vec3(0.0… in decorate_with_clip_node()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgprerendercubemap/
H A Dosgprerendercubemap.cpp57 …transform_2->setUpdateCallback(new osg::AnimationPathCallback(Vec3(0, 0, 0), Y_AXIS, inDegrees(45.… in _create_scene()
63 …transform_3->setUpdateCallback(new osg::AnimationPathCallback(Vec3(0, 0, 0), Y_AXIS, inDegrees(-22… in _create_scene()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgprerendercubemap/
H A Dosgprerendercubemap.cpp57 …transform_2->setUpdateCallback(new osg::AnimationPathCallback(Vec3(0, 0, 0), Y_AXIS, inDegrees(45.… in _create_scene()
63 …transform_3->setUpdateCallback(new osg::AnimationPathCallback(Vec3(0, 0, 0), Y_AXIS, inDegrees(-22… in _create_scene()

123