AwDataExporter-just used it and the bug is there ...
On Sun, Dec 5, 2010 at 10:59 PM, Fabrice3D <[email protected]> wrote:
> which class exactly?
> AwayConnector uses the AwDataExporter, and it has been updated weeks ago...
>
> Fabrice
>
>
> On Dec 5, 2010, at 9:42 PM, Michael Iv wrote:
>
> Hi Guys,
> Working with AwayConnector found bug here :
> for(j=0;j<3;++j){
>
>
> tmp.x = face.vertices["v"+j].x;
> tmp.y = face.vertices["v"+j].y;
> tmp.z = face.vertices["v"+j].z;
>
> aRef[j] = checkDoubles( MaV,
> (tmp.x.toFixed(4)+"/"+tmp.y.toFixed(4)+"/"+tmp.z.toFixed(4)) );
> }
>
> Fixed it substituting with:
>
> tmp.x = face.vertices[j].x;
> tmp.y = face.vertices[j].y;
> tmp.z = face.vertices[j].z;
>
> Please if someone with access to svn can updated it .Thanks :)
>
> --
> Michael Ivanov ,Programmer
> Neurotech Solutions Ltd.
> Flex|Air |3D|Unity|
> www.neurotechresearch.com
> http://blog.alladvanced.net
> http://www.meetup.com/GO3D-Games-Opensource-3D/
> Tel:054-4962254
> [email protected]
> [email protected]
>
>
>
--
Michael Ivanov ,Programmer
Neurotech Solutions Ltd.
Flex|Air |3D|Unity|
www.neurotechresearch.com
http://blog.alladvanced.net
http://www.meetup.com/GO3D-Games-Opensource-3D/
Tel:054-4962254
[email protected]
[email protected]