Changes

Jump to: navigation, search

DPS905 Kaitlyn ParticleEffects

136 bytes added, 20:00, 11 April 2011
no edit summary
//((ParticleGenerator*)particleEffect1)->AttractTo(someObject,250.0f);
//((ParticleGenerator*)particleEffect1)->AttractTo(&Vector(50,50,50),250.0f);
 
 
3) Add in to the Design::Update(int now) method your particle generator's update method being called.
 
particleEffect1->update(now);
'''PLEASE NOTE:''' The following is not working / implemented at this time: frequency, alpha transparency
7
edits

Navigation menu