How can I use 3D objects like md2 with MonoTouch? I know Unity3D can do that, but it is commercial and not cheap for just using md2 objects. Is there any freeware or cheaper library for 3D support?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
MonoTouch has no built in support for parsing MD2 objects. It does have support for OpenGL however, so you could parse the object format yourself and build your own parser / leverage an existing one to get the information from the MD2 to OpenGL. |
|||
|
|
|
I'm unsure if there is a immediately-usable monotouch-based md2 project or codebase, however, with the help of http://www.google.com/codesearch, I came across various C#-based md2-handling code fragments, maybe you could adapt any of:
Also, CSat and Meshomatic are C# libraries for loading other model formats, such as Wavefront's Obj format. However, these might require a little work also to port to Monotouch. Hope this helps. Cheers Rich |
|||||
|
|
May be this blog will help you - Mono Touch |
|||||
|