<div dir="ltr">On 27 August 2015 at 09:51, Tony Vasile <span dir="ltr"><<a href="mailto:minghia@gmail.com" target="_blank">minghia@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">We are in the middle of porting some Performer code and I have across some code which uses pfSequence to do some simple animation. Is there an equivalent class in OpenSceneGraph?<br></blockquote><div><br></div><div>I don't recall the specifics of pfSequence (it's been 16 years since I used  Performer) but perhaps osg::Sequence wlll fit the bill.<br><br></div><div>If this doesn't map well enough then a subclassing from osg::Group or osg::Switch, or using a osg::NodeCallback on osg::Group to override the traversal would do the trick.<br><br></div><div>Robert.<br></div><div> </div></div></div></div>