google-code-export / monoxna

Automatically exported from code.google.com/p/monoxna
Other
1 stars 1 forks source link

Implement Microsoft.Xna.Framework.Content.Pipeline.FBXImporter namespace #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Implement the Microsoft.Xna.Framework.Content.Pipeline.FBXImporter namespace.

This will involve utilizing the FBX SDK which is only available as a C++
lib which introduces cross platform issues. Also the SDK is quite complex
and the source code unavailable, so a direct P/Invoke approach seems hard
to realize. 

It seems to me that to P/Invoke directly a small native fbx wrapper that
selects only the data needed and presents it in a suitable data structure,
is a better approach. But, I am no expert in regards to native
interoperability, so I could be mistaken.

Original issue reported on code.google.com by lav...@gmail.com on 15 Jul 2009 at 7:04

GoogleCodeExporter commented 9 years ago
You can look here maybe this helps.
http://thunderfist-podium.blogspot.com/search?updated-max=2009-03-03T09%3A44%3A0
0-08%3A00&max-results=7

Original comment by timpam...@gmail.com on 18 Jul 2009 at 5:32

GoogleCodeExporter commented 9 years ago
It probably will... ;) Thanks

Original comment by lav...@gmail.com on 19 Jul 2009 at 11:24

GoogleCodeExporter commented 9 years ago
Changed the status. Development have started

Original comment by lav...@gmail.com on 23 Jul 2009 at 5:42