3ds max object to opengl

前端 未结 4 2058
情书的邮戳
情书的邮戳 2021-01-12 15:41

I am trying to assemble a scene in opengl, using already made objects. The problem is that the object are in .max format and have no external textures. How could I import my

4条回答
  •  死守一世寂寞
    2021-01-12 16:16

    You should look at this link. It is a 3DS viewer with source code that renders using OpenGL. The code is simple.

提交回复
热议问题