Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.
OpenGL 3D Game Tutorial 1: The Display
Description
LWJGL 2 tutorialon how to create a 3D Java game with OpenGL!\r
\r
Tutorial about setting up the project:\r
\r
\r
\r
Common Problems:\r
\r
-in case you had annotations off, you need to do the ContextAttribs stuff all in one line like this:\r
ContextAttribs attribs = new ContextAttribs(3, 2).withForwardCompatible(true).withProfileCore(true);\r
\r
-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
\r
- Make sure you didnt miss the ! in the (!Display.isCloseRequested()) part.\r
\r
\r
LWJGL Wiki: \r
\r
My Youtube Channel: \r
Follow me on Twitter: \r
Check out my game on IndieDB:
\r
Tutorial about setting up the project:\r
\r
\r
\r
Common Problems:\r
\r
-in case you had annotations off, you need to do the ContextAttribs stuff all in one line like this:\r
ContextAttribs attribs = new ContextAttribs(3, 2).withForwardCompatible(true).withProfileCore(true);\r
\r
-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
\r
- Make sure you didnt miss the ! in the (!Display.isCloseRequested()) part.\r
\r
\r
LWJGL Wiki: \r
\r
My Youtube Channel: \r
Follow me on Twitter: \r
Check out my game on IndieDB:
More from User
09:28
La Limosina de Barbie Campamento Pop/ Barbie Rockn Royals Limo
Nucecacat
32:00
Anneliese Michel: the Girl, the Possession, the Exorcisms. The Full Picture. | Documentary
Nucecacat
11:47
BATAILLE DE BOMBES À EAU ! - 300 bombes à eau en 60 secondes avec Bomb A-O Bunch O Balloons!
Nucecacat
10:02
Como Fazer a Bandana do Naruto para o seu Cosplay - Dicas de Cosmaker
Nucecacat
17:35
TRANSFORMERS RESCUE BOTS ENERGIZE WEAPONS TOOLS GRIFFIN ROCK RESCUE SQUAD
Nucecacat
09:28
Топ 10 ударов по яйцам в кино
Nucecacat
Related Videos
33:32
JAVA Tutorials for Beginners | JAVA Scripting Tutorials for Beginners in USA,UK,Australia,Canada
mikky james
04:53
Java Programming Tutorial - Array in Java Language - Tutorial For Beginners
billiardprofile
06:58
Java Tutorial For Beginners - 2 - Understanding Simple Java Program
VNRgroups.com
29:28
Java Online Training | Java Tutorial for Beginners
BigClasses
07:07
---07 - Java Primitive Data Types, Variables - Java Programming Tutorials for Beginners
Cool Mind
08:27
OpenGL 3D Game Tutorial 1: The Display
Vincentburnley70