Copyleft Games
OpenGL Buffers Tutorial
Make a tutorial video to accompany our Intro to OpenGL task and upload it to our Youtube channel.
Using a combination of slides, screenshare, and/or video as appropriate walk through the process of creating triangles using a Vertex Buffer Object (VBO) and Element Buffer Object (EBO) based on our intro_opengl code.
If you show example code, always show it in pieces (ie one part of a file at a time) and just a bit more advanced than the beginner task's goal so ideally they'll need to follow you through the steps rather than type what you show in the video verbatim. For example, your code might include vertex positions, normals, and texture coordinates.
Paste a link to the Youtube video to this task when you're done.
Task tags
Students who completed this task
KRampalli