Thank you so much John for this very interesting link !
And thank you for your time.

Best regards.



On 27 mar, 20:31, John Brookes <[email protected]> wrote:
> Green is correct version. Should be same for 3.5
>
> http://code.google.com/p/away3d/source/diff?spec=svn2785&r=2785&forma...
>
> 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