how to create the same Emitter in my game with the api
Posted: Thu Dec 27, 2012 10:56 am
hi,this 's my first time to use magic particles
i create one .ptc file , i want to know how can i create the same Emitter in one time .
i try that
MP_Emitter* emitter = new MP_Emitter((int)(MP.GetEmitter(7))->GetEmitter(),&MP);
MP.AddEmitter(emitter);
but doesn't work
so i need yours help .
i create one .ptc file , i want to know how can i create the same Emitter in one time .
i try that
MP_Emitter* emitter = new MP_Emitter((int)(MP.GetEmitter(7))->GetEmitter(),&MP);
MP.AddEmitter(emitter);
but doesn't work
so i need yours help .