Surprise Me!

OpenGL 3D Game Tutorial 1: The Display

2018-04-27 7 Dailymotion

LWJGL 2 tutorialon how to create a 3D Java game with OpenGL!\r<br>\r<br>Tutorial about setting up the project:\r<br>\r<br>\r<br>Full code:\r<br>\r<br>\r<br>\r<br>Common Problems:\r<br>\r<br>-In case you had annotations off, you need to do the ContextAttribs stuff all in one line like this:\r<br>ContextAttribs attribs = new ContextAttribs(3, 2).withForwardCompatible(true).withProfileCore(true);\r<br>\r<br>-If you get the following error: org.lwjgl.LWJGLException: Could not create context (WGL_ARB_create_context) then your computer may not support the version of OpenGL that were trying to use (version 3.2). Try removing the parameters from the Display.create() method and try again.\r<br>\r<br>- Make sure you didnt miss the ! in the (!Display.isCloseRequested()) part.\r<br>\r<br>\r<br>LWJGL Wiki: \r<br>\r<br>My Youtube Channel: \r<br>Follow me on Twitter: \r<br>Check out my game on IndieDB:

Buy Now on CodeCanyon