codenamejyn
04-09-2004, 05:26 AM
I'm doing a test of a shattering glass that driven by particles.
Rotation is the "culprit"
The situation;
+ Radial field is pushing the glass in X axis;
Gravity filed is pulling in -Y axis;
+ Created a vector variable called "my_rot";
my_rot +=velocity*0.0001 and mapped it under "Rotation";
+ I found that all the glass rotate in the X axis, "clock-counter wise"
Added turbulence field so the velocity would not be in X axis alone....
+ but still the rotation on single axis "X" couldn't be solved...i figure out it's got to do with the "+=".....how do it make it for some to rotate in "-" and some in "+"....
Any solutions?
Thank You.
http://www.geocities.com/codenamejyn/shatter.avi
Rotation is the "culprit"
The situation;
+ Radial field is pushing the glass in X axis;
Gravity filed is pulling in -Y axis;
+ Created a vector variable called "my_rot";
my_rot +=velocity*0.0001 and mapped it under "Rotation";
+ I found that all the glass rotate in the X axis, "clock-counter wise"
Added turbulence field so the velocity would not be in X axis alone....
+ but still the rotation on single axis "X" couldn't be solved...i figure out it's got to do with the "+=".....how do it make it for some to rotate in "-" and some in "+"....
Any solutions?
Thank You.
http://www.geocities.com/codenamejyn/shatter.avi
