This content has been marked as final.
Show 1 reply
-
1. Re: Does Collada import actualy work?
Owen Buddenbaum Nov 30, 2012 3:43 PM (in response to Bogaman2000)The only natively-read 3d format in director is the .w3d format.
For all other formats you must develop your own read-script.
For XML formats (collada) use the XML xtra.
For ascii formats (.obj,.map,...) use string methods
For brute binary formats (.bsp) use the bytearray class
Then, to display 3d data you need the mesh class ( built by scene fabrique: scene.newMesh() )
