Go to file
2020-04-25 13:49:50 +02:00
lib [DEV] tutorial 6 'texturing' implementation 2020-04-18 14:56:23 +02:00
res [DEV] tutorial 28 'day-night' implementation 2020-04-25 13:49:50 +02:00
src [DEV] tutorial 28 'day-night' implementation 2020-04-25 13:49:50 +02:00
.classpath [DEV] tutorial 6 'texturing' implementation 2020-04-18 14:56:23 +02:00
.gitignore [DEV] update to LGLWL 3 2020-04-18 00:02:38 +02:00
.project [DEV] update to LGLWL 3 2020-04-18 00:02:38 +02:00
LICENSE Initial commit 2018-01-22 16:20:38 +01:00
README.md Update README.md 2018-01-22 16:22:08 +01:00

OpenGL-Tutorial-3

Code from the OpenGL tutorial on Youtube: https://youtu.be/z2yFlvkBbmk

This code requires the lwjgl.jar and lwjgl_utils.jar from LWJGL 2, along with the relevant natives. Here is a tutorial about setting up the project: https://youtu.be/Jdkq-aSFEA0

In this tutorial we look using index buffers as a more efficient way of storing model data.

This tutorial covers:

-Creating an index buffer.

-Rendering indexed model data using glDrawElements().