Quote:
Originally Posted by cbk1994
I just noticed you're using degtorad in the actual code; the generator should instead just output it in radians, to prevent the work being done each time the particle is used. Radians are simple enough for just about anybody to understand anyway.
|
The difference will go unnoticed, and from what I learned from people who aren't from scripting/programming backgrounds prefer to think in 0-360 than 0 to 2pi.
Will try my luck with particles, thanks!