away3d/away3d-core-fp11

Meshhelper line 369 - invertFaces method

Opened this issue · 0 comments

I think you need a distinct variable for the 'for' loop at line 369 of Meshhelper in the invertFaces method. i is already in use for the outer loop. Consequently the outer loop only runs once, with the result that the method doesn't work on multiple subgeometries.