views:

38

answers:

0

Using the in house particle system for Java Monkey Engine, you generally create a sort of emitter which is a factory that spews out a bunch of particles.

Are these particles part of the scenegraph and is there any way to get a handle on an individual particle?

The particle system for JME2 isn't very well documented and any insights into it would be extremely helpful.