[osg-users] OSG equivalent of Performer pfSequence

Robert Osfield robert.osfield at gmail.com
Thu Aug 27 02:10:15 PDT 2015


On 27 August 2015 at 09:51, Tony Vasile <minghia at gmail.com> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20150827/bf77bed0/attachment-0003.htm>


More information about the osg-users mailing list