Re: [osg-users] Intersections with Particle Effects

2009-06-12 Thread John Vidar Larring
Hi Bill, From: Sause, William william.sa...@... I am trying to do intersections with particle effects, however I am not getting any hits returned since Particle system does not have intersection support. Robert suggested implementing the Drawable::accept(PrimtiveFunctor) method in

[osg-users] Intersections with Particle Effects

2008-11-03 Thread Sause, William
Hi I am trying to do intersections with particle effects, however I am not getting any hits returned since Particle system does not have intersection support. Robert suggested implementing the Drawable::accept(PrimtiveFunctor) method in osgParticle::ParticleSystem. For reference, I looked at