OpenGL 3D Game Tutorial 2: VAOs and VBOs

OpenGL 3D Game Tutorial 2: VAOs and VBOs

LWJGL tutorialon how to create a 3D Java game with OpenGL!\rbr\rbrThis week we learn how to render a model using VAOs and VBOs.\rbr\rbrHere are the vertices that we used:\rbr\rbr 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.


User: jameschris3314

Views: 4

Uploaded: 2018-05-20

Duration: 16:24