google-code-export / papervision3d

Automatically exported from code.google.com/p/papervision3d
1 stars 1 forks source link

md2 are mirrored #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. load an display any md2 object 
2. it is mirrored 
3. you can check the view with any common md2 viewer i attached a simple one 

What is the expected output? What do you see instead?
actually the attached figure should rise his right arm but he takes the
left on. 

What version of the product are you using? On what operating system?
papervision Great White 2.00 

Please provide any additional information below.

i tested Papervision3D.useRIGHTHANDED = true;
and also md2.geometry.flipFaces(); 

Unfortunately it does not work :( 

Original issue reported on code.google.com by Grummel88@gmail.com on 21 Nov 2008 at 3:30

Attachments:

GoogleCodeExporter commented 9 years ago
Tim ? 

Original comment by r.hauw...@gmail.com on 1 Dec 2008 at 4:02

GoogleCodeExporter commented 9 years ago
hi guys! 

no answer at all? is somebody working on that? i it right that "tim" is the 
right
person? it would be great if this could fixed!

by the way i found another bug inside AbstractChannel3D.as 

at function updateToFrame & updateToTimer you access next frame by:

nextIndex = currentIndex + 1;
currentKeyFrame = this.keyFrames[currentIndex];
nextKeyFrame    = this.keyFrames[nextIndex];

that causes a exception if channel has only one frame.

regards Daniel

Original comment by Grummel88@gmail.com on 3 Dec 2008 at 1:17

GoogleCodeExporter commented 9 years ago
Working on it, might take some time though (Xmas/ny etc...)

Original comment by tim.k...@gmail.com on 29 Dec 2008 at 5:50

GoogleCodeExporter commented 9 years ago
Should be fixed

Original comment by tim.k...@gmail.com on 29 Dec 2008 at 6:32