ReePrime
OpenGL 3D Game Tutorial 2: VAOs and VBOs

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 2: VAOs and VBOs

J
jameschris3314

4 Views • May 20, 2018

Description

LWJGL tutorialon how to create a 3D Java game with OpenGL!\r
\r
This week we learn how to render a model using VAOs and VBOs.\r
\r
Here are the vertices that we used:\r
\r
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\r
};\r
\r
Full code available here: \r
LWJGL Wiki: \r
\r
\r
Support theon Patreon: \r
\r
Facebook Page: \r
Tumblr: \r
Instagram: \r
Twitter: \r
Check out my game on IndieDB: