I'm trying to make a particle system spin around like a spiral galaxy, so I
can't just rotate it. I tried dynamically changing the gravity, but there was
something wrong, and I decided to take another approach. I decided to just play
with the emitter's direction and angle. I got it so that the direction would
change, but for some reason I can't seem to get a hold of the angle...
normally the code should be:
modelResource.emitter.angle
but this doesnt work... so I thought maybe it was messed up with javascript
syntax, so I tried:
modelResource.getPropRef("emitter", "angle")
but then it simply says that the emitter property isn't found. I'm pretty sure
that it's not just a little bug. If anyone has any suggestions, I would greatly
appreciate some help on the subject.