I am creating particle system class,inherited from "PointParticleSystem" class.
Here is code to assigning image to particle :
self.texture = [[TextureMgr sharedTextureMgr] addImage: @"sparking_particle.png"];
How to apply rotation/transform to this particles?