Re: [osg-users] How to get Sequence node to contorl animaton

2012-09-07 Thread Ulrich Hertlein
Hi Koduri, On 6/09/12 23:58, Koduri Lakshmi wrote: > Hi, > > I have an OSG file contains a sequence of objects. I read this OSG file and > assigned to a transformation matrix. > > Now I want to get back the sequence to the OSG::Sequence object from the > transformation matrix to control anima

[osg-users] How to get Sequence node to contorl animaton

2012-09-06 Thread Koduri Lakshmi
Hi, I have an OSG file contains a sequence of objects. I read this OSG file and assigned to a transformation matrix. Now I want to get back the sequence to the OSG::Sequence object from the transformation matrix to control animation. How can I get sequence and control the animaton? Can you p