|
how come the Normalize() function wont work for more then one variable ? i cant see any error in my code.....
} any help would be great
(comments are locked)
|
|
From the script reference: If this vector is too small to be normalized it will be set to zero. Normalize proportionally changes the vector to a 0 to 1 range, so
becomes (0.3,0.0,0.9)
becomes (0,0,1)
Becomes (1,0,0) No change to the last two vectors, because they are already within the range in question. could you show my error in relation to my code ?
Apr 22 '11 at 05:41 AM
Chris 35
What are you trying to do with this script exactly?
Apr 22 '11 at 12:36 PM
burgunfaust
(comments are locked)
|
