3D model format for games

拟墨画扇 提交于 2019-12-19 04:48:03

问题


I've looked around for a good model format to use in a game I'm building. Its a single player RPG that runs on any platform. I looked at md2,3, and 5 formats, obj, and 3ds, but I couldn't really find what I was looking for. All I need is a 3d model with animation that I can apply textures to. I know most of the list above does that. All I'm looking for is opinions on which one is better/easier to work with.

Thanks


回答1:


The .ply format is simple and not too hard to code an interpreter for if you like the whole DIY experience. The Stanford 3D Scanning Repository has a bunch of .ply files you can download and use to test your implementation.




回答2:


See my question and answer - I highly recommend the MS3D format. It ended up being easy to use, you can try my Blender exporter (though it's incomplete), and it does support all of these features.




回答3:


I decided to use MD5 models after all. I found some sample code online that loaded the models and drew them. As for actually making the models, there is apparently an exporter script in blender that creates the needed files. I don't know any specifics on that process though, my friend is making all the models for me. Thanks for the suggestions though.



来源:https://stackoverflow.com/questions/1488579/3d-model-format-for-games

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!