Vector3 .normalise() bug?
Posted: Sat Apr 13, 2013 2:43 pm
n1 = ((v2-v1).crossProduct(v3-v1)).normalise();
return me a vector where all the values are the same, bt they aren't in the original vector.
I normalized the vector myself and it works
return me a vector where all the values are the same, bt they aren't in the original vector.
I normalized the vector myself and it works