Illegal division by zero
Posted: Sat Jun 30, 2007 9:53 am
Hi
I get this error when I turn the engines on in my rocket launch project: "Illegal division by zero in draw actor of smoke".
Here is the draw actor of smoke and I don't see there illegal division:
I get this error when I turn the engines on in my rocket launch project: "Illegal division by zero in draw actor of smoke".
Here is the draw actor of smoke and I don't see there illegal division:
- Code: Select all
angle = (Rocket.animpos/Rocket.nframes)*360.0;
directional_velocity = -6;