Hi everyone,
Just a newbie question. I've setup a particle smoke for my ship with Irrlicht. When the ship moves forward, update my particle with zone::setPosition() so it goes along with the ship.
However, while the ship moving I rotating the camera around the ship, and the particle disappears at some specific camera angle. Is there anything wrong when I update my particle position?
Notice that if rotate camera when ship first borned and stoped, the particle goes quite well.
Thanks in advance!