Re: [osg-users] Loading Particle Effect from file Problem

2009-02-19 Thread Robert Osfield
Hi Paul, osgParticle separates the emitting of particle from the actual rendering. The emiter can be in local coords under a transform, but the particle system has to be in world coords, otherwise a double transform occurs. Robert. On Thu, Feb 19, 2009 at 5:01 AM, Paul Pocock

[osg-users] Loading Particle Effect from file Problem

2009-02-18 Thread Paul Pocock
HI all, I was wondering if anyone has had this problem and if so what was their solution. I have a particle system loading from sn .osg file, attach it to a transform and add a NodeVisitor callback to the transform. Unfortuately The Particle System does not like it. There is an article on this