I'm working on a .DAE import for my game engine. I've been working with models exported by MilkShape, and they work fine:
- My engine: http://snag.gy/yj7tl.jpg
- SketchUp: http://snag.gy/6120D.jpg
Now i've downloaded a bigger poly mesh (with skeleton) form the internet, and im trying to import that one. I would only like the mesh and won't need the skeleton / animations for now.
Problem is, the output in my engine is not correct.
- My Engine: http://snag.gy/RkfR3.jpg
- Sketchup: http://snag.gy/4Plxq.jpg
I'm not sure what i'm doing wrong. Do these results ring a bell for someone?
Here's the .DAE files by the way;
- 4models (milkshape exported): http://pastebin.com/wRgqTLZN
- juliet (unknown export (7MB!)): http://files.dukesoft.nl/juliet.dae
Cheers, Rob
Ah, I got it figured out!
The one model (the Milkshape one) used the
section like so;
0 0 0 1 1 1 2 3 2
Where:
But the other model didn't use this offset and used shared index over both position, normal and vertex.
0 1 2 3
Where:
You can see the 4models has:
The other one has:
So, all i had to do is remove the hardcoded offsets and use the offets from the XML.