Re: [osg-users] Using Particle : how to add particle group to the scenegraph ?

2008-02-28 Thread Vincent Bourdier
Hi, Thank you very much, it works great. To be precise, I've added the Geode with ParticleSystem to the root node, and the ParticleSystemUpdater and the Emitter to the target node, which permit to work in relative coords and to render the particles well. Thanks, Vincent 2008/2/28, J.P. Delport

Re: [osg-users] Using Particle : how to add particle group to the scenegraph ?

2008-02-27 Thread J.P. Delport
Hi, Vincent Bourdier wrote: > Hi, > > I'm trying to make a Particle System. > > It looks easy but I have a little problem : my ModularEmitter, my > ParticleSystemUpdater and my geode are on the same group. > To have the particles on the viewer, I must add this group as a child of > the root gr

[osg-users] Using Particle : how to add particle group to the scenegraph ?

2008-02-27 Thread Vincent Bourdier
Hi, I'm trying to make a Particle System. It looks easy but I have a little problem : my ModularEmitter, my ParticleSystemUpdater and my geode are on the same group. To have the particles on the viewer, I must add this group as a child of the root group. If I put it child of another group, nothin