Green is correct version. Should be same for 3.5

http://code.google.com/p/away3d/source/diff?spec=svn2785&r=2785&format=side&path=/trunk/fp10/Away3D/src/away3d/core/math/MatrixAway3D.as

On 27 March 2011 19:27, Julien <[email protected]> wrote:

> Just to be sure, it looks like i have some problems with the right
> vector also.
> in version 3.4 the transform.right is the following function :
>
> _right.x = sxx;
> _right.y = sxy;
> _right.z = sxz;
> return _right;
>
>
> but i also have some problems with it, then i change to
>
> _right.x = sxx;
> _right.y = syx;
> _right.z = szx;
> return _right;
>
>
> But i am not sure if it is correct.
> Anyone can confirm ?

Reply via email to