funwun
04-29-2004, 04:51 AM
when i create a particle
use
particle -n particle1;
and
add runtime expression
vector $pos = position;
vector $vel = velocity/2;
emit -o particle1
-pos ($pos.x) ($pos.y) ($pos.z)
-at velocity -vv ($vel.x) ($vel.y) ($vel.z)
but not effect~
what's wrong
the script 's position wrong?
use
particle -n particle1;
and
add runtime expression
vector $pos = position;
vector $vel = velocity/2;
emit -o particle1
-pos ($pos.x) ($pos.y) ($pos.z)
-at velocity -vv ($vel.x) ($vel.y) ($vel.z)
but not effect~
what's wrong
the script 's position wrong?
