3D model format for games

↘锁芯ラ 提交于 2019-12-01 00:23:20

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.

Ricket

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.

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.

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