Python Forum

Full Version: How to import 3D into Python and draw it?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
IĀ have created a 3D model for my game,but how do I bring it into Python with OpenGLĀ for drawing?
Note:my model is created in blender.
I heard that I need to bring in the vertices,edges,face,etc value and store it first,how do I do that?