3D Scene Renderer for Python

假如想象 提交于 2019-12-02 15:34:32

Really depends exactly what you want to accomplish. How complex is your scene? What sort of render quality are you after? Do you need real-time animation, or are rendered stills good enough?

First-rate, full game engines (have been used for commercial games)

Less popular 3d engines, new or beta: YMMV.

Low-level OpenGL interfaces - more control, more for you to do yourself

Non-realtime interfaces

I would recommend Panda3D. It supports everything in the list, and is "high-level" too. The manual describes how to achieve everything needed.

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