Open GoogleCodeExporter opened 9 years ago
Hi I used to have the same problem. It seems that in revision 2786 the guys
changed a little bit getUVT method in ViewSourceObject.
Changing back the return result in line 303 from return new Vector3D(0, 0,
(_da/_v0z + _db/_v1z) / _det); to return new Vector3D(0, 0, (_da*_v0z +
_db*_v1z) / _det); did the job for me. I hope this will help you.
Original comment by stefan.t...@gmail.com
on 26 Nov 2011 at 10:43
Original issue reported on code.google.com by
bnkon...@gmail.com
on 19 Jan 2011 at 3:01