문제

I have a 3-D object I created in blender. I would like to export it from blender and be able to import it into OpenGL. Is there a method or specific file extension recommended for this process?

도움이 되었습니까?

해결책

From Here:

Use obj files. Simple text files that describe a 3d model. Then in opengl load the data into vertex arrays, and display using openGL. There is also window management to take care of.

Try python SDL and/or pygame to get you started.

Here is a link to jump start you:

http://www.pygame.org/wiki/OBJFileLoader

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top