views:

26

answers:

0

In Blender 2.5, I UV mapped the default cube and exported it as a collada file and saved it here:

http://codepaste.net/4ffqhw

I am trying to export the vertictes and indices information for the cube but I cannot figure out which of the data structures contains the indices values. The ultimate goal it to get this data to provide it to the drawTriangles( vertices, indices, uvtdata ); functionality of as3.

I've looked over the Collada wiki site and information exists which I've tried to use and I've already made an attempt but it looks like this:

Rendered NOT cube! lol

Which is pretty incorrect! lol

Any help appreciated! :D