particles emiter direction -> all around?
particles emiter direction -> all around?
how to make emiter which shoots particles in all directions?
Re: particles emiter direction -> all around?
I've not tested it, but I think if you use a pointemitter and set maxAngleDegrees to 180 then that might work.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: particles emiter direction -> all around?
thats it! thanks a lot!