brlrt / away3d

Automatically exported from code.google.com/p/away3d
0 stars 0 forks source link

Collada does not respect polygonlist vcounts (patch included) #141

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load a model such as 
http://graphics.stanford.edu/~danielrh/anaxander/anaxander_o3d.dae

What is the expected output? What do you see instead?
Expected output is a hammerhead starship
actual output is every other triangle missing

What version of the product are you using? On what operating system?
away3dlite

Please provide any additional information below.
patch included (depends on patch for issue 140

Original issue reported on code.google.com by danie...@gmail.com on 15 Dec 2010 at 10:38

Attachments:

GoogleCodeExporter commented 8 years ago
1. i got timeout for 
http://graphics.stanford.edu/~danielrh/anaxander/anaxander_o3d.dae
2. your patch is git, would be better as svn
3. after patch, it's break other collada like 
http://kataspace.sirikata.com/static/maleWalkIdleSit.dae 
4. your patch throw plenty of warning eg. 1008: variable 'curPolygon' has no 
type declaration. and else

Original comment by katopz on 16 Dec 2010 at 4:51