As a first project I am trying to do a simple starship which is “spun up” as part of the animation. My thrusters for adding rotations are simple tubes with a velocity of 0.2, they don’t look great but it’s all an experiment anyway.
The problem I am having is the ship has a non-changing vector. The particles should really have the ship’s vector but they are falling behind. I’ve worked around the problem by moving the camera and leaving the ship in place, but if I want two ships with different vectors this won’t work.
Does anyone have any pointers/suggestions on how to solve this problem?
Cirdan