LWJGL Forum

Programming => OpenGL => Topic started by: Callum on August 25, 2014, 17:41:16

Title: 3D Rendering
Post by: Callum on August 25, 2014, 17:41:16
Hello I was wondering if someone could link me to a website or video that explains how to load over 10 3D models using the same code, an engine i guess. I have the window all setup but I just can't find a information about making a 3D game using Modern OpenGL.
Title: Re: 3D Rendering
Post by: Daslee on August 26, 2014, 11:44:52
Modern OpenGL:
http://www.opengl-tutorial.org/
http://www.arcsynthesis.org/gltut/

Loading .obj models: https://www.youtube.com/watch?v=-89BM2y3WIA
Title: Re: 3D Rendering
Post by: Callum on August 26, 2014, 13:54:08
Thank you