AEJuice Free Plugins https://aejuice.com/free-plugins/?ref=OGLDEV
AEJuice I Want It All Bundle https://aejuice.com/product/i-want-it-all-bundle/?ref=OGLDEV
AEJuice YouTube Channel https://www.youtube.com/channel/UCM_e9POdHMlb7vYxHvQ7TqA?sub_confirmation=1
In this video we study how to use index buffers in OpenGL in order to save vertex buffer space. We will also expand the current sample code by adding the color attribute to the vertex buffer.
Make sure to watch all the previous tutorials in the "OpenGL For Beginners" playlist at https://youtube.com/playlist?list=PLA0dXqQjCx0S04ntJKUftl6OaOgsiwHjA
Please visit https://ogldev.org to see more of my tutorials on modern OpenGL.
Link to source: https://github.com/emeiri/ogldev/blob/master/tutorial10_youtube
If you want to get the same version that was used in the video checkout the tag TUT_10_INDEXED_DRAWS.
OpenGL 4.6 specification: https://www.khronos.org/registry/OpenGL/specs/gl/glspec46.core.pdf
🔥 I'm using the following books as background information for my tutorials and I highly recommend them for learning more about OpenGL and Vulkan.
These are affiliate links so if you use them to buy the books the price is the same for you and I will get a small commision (thank-you!).
📖 OpenGL 4 Shading Language Cookbook - Third Edition: Build high-quality, real-time 3D graphics with OpenGL 4.6, GLSL 4.6 and C++17 3rd ed. Edition: https://amzn.to/3XO2J3S
📖 3D Graphics Rendering Cookbook: A comprehensive guide to exploring rendering algorithms in modern OpenGL and Vulkan: https://amzn.to/3MMJQbf
(Watch my short video review on this book: https://youtube.com/shorts/lrRgV4Tr6D0?feature=share)
📖 Vulkan Programming Guide: The Official Guide to Learning Vulkan: https://amzn.to/3XwBjhr
(Watch my short video review on this book: https://youtube.com/shorts/6VrlBu-RTi8?feature=share)
Time codes:
0:00 Intro
0:30 Vertex sharing example in Blender
3:22 How the index buffer works
4:32 Calculating the vertex buffer space that we saved
6:41 Start of code review
9:49 Initializing the vertices
11:10 Creating the vertex buffer
11:54 Initializing the indices
13:40 Creating the index buffer
14:58 Chages to the render callback
17:43 Using glDrawElements
19:17 The vertex shader
20:27 Build and run
21:28 Conclusion
Feel free to comment below.
Email: ogldev1@gmail.com
Facebook: https://www.facebook.com/Ogldev-188319114585587
Github: https://github.com/emeiri/ogldev.git
Twitter: @ogldev
One time donations (Paypal): https://ogldev.org/donate.html
Patreon: https://www.patreon.com/ogldev
Special guest appearance: Duke Nukem
Enjoy,
Etay Meiri
#opengl #ogldev #opengtutorials