OpenGL 3D Game Tutorial 2: VAOs and VBOs
LWJGL tutorial series on how to create a 3D Java game with OpenGL!
This week we learn how to render a model using VAOs and VBOs.
Here are the vertices that we used:
float[] vertices = {
-0.5f, 0.5f, 0f,
-0.5f, -0.5f, 0f,
0.5f, -0.5f, 0f,
0.5f, -0.5f, 0f,
0.5f, 0.5f, 0f,
-0.5f, 0.5f, 0f
};
Full code available here: https://github.com/TheThinMatrix/OpenGL-Tutorial-2
LWJGL Wiki: http://lwjgl.org/wiki/index.php?title=Main_Page
Support the series on Patreon: https://www.patreon.com/thinmatrix
Facebook Page: https://www.facebook.com/thinmatrix
Tumblr: http://thinmatrix.tumblr.com/
Instagram: http://instagram.com/thin_matrix
Twitter: https://twitter.com/ThinMatrix
Check out my game on IndieDB: http://www.indiedb.com/games/equilinox
Other Videos By ThinMatrix
Other Statistics
The Elder Scrolls Online Statistics For ThinMatrix
Currently, ThinMatrix has 2,158,639 views for The Elder Scrolls Online across 29 videos. The Elder Scrolls Online has approximately 4 hours of watchable video on his channel, or 8.26% of the total watchable video on ThinMatrix's YouTube channel.