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
You should look at this link. It is a 3DS viewer with source code that renders using OpenGL. The code is simple.