On 27 August 2015 at 09:51, Tony Vasile <[email protected]> wrote:

> 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?
>

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.

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.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to