Hey there,
I just tried out some of the GLUT Examples and everything works fine except of the .OBJ Loader.
When I compile them on my Linux Mint Debian Edition
I get an error. Does anyone know...
Type: Posts; User: Captain Cook
Hey there,
I just tried out some of the GLUT Examples and everything works fine except of the .OBJ Loader.
When I compile them on my Linux Mint Debian Edition
I get an error. Does anyone know...
Hey there, sorry to ask again.
I tried to run that but this Visual Studio stuff is not mine. Do you have that as qt or simple project?
Cheers
Hey there,
thanks for the quick reply. I'll give it a shot. It seems to be quite straight forward.
Thanks again and I will post what I did.
Cheers Max
Hi,
I'm currently trying to do a project to get to know OpenGL and GLUT. Here is what I want to do: I want to create a window with GLUT and load a .obj 3D Obj into it. Then i would like to import a...