OpenGL 3D Game Tutorial 3 Early Access - Drawing a Triangle
The third tutorial of OpenGL 3D Game Tutorial Series is finally available in early access!
Sunday 31st October 2021

 

OpenGL 3D Game | Tutorial 3 | Early Access


The source code of the 3rd tutorial of the C++ OpenGL 3D Game Tutorial Series is now available in early access for the Patrons!


In this tutorial we will see how to draw our first triangle in OpenGL!

In particular we will see: 

  • how to create a Vertex Buffer, memory buffer in which we store the vertices of our triangle
  • how to create the so called Vertex Array Object (VAO) through which we can specify additional information about the stored vertices (like position, texcoords, normals etc.)
  • how to render our triangle on the window through glDrawArrays function.

The code works on Windows, macOS and Linux!

Here is the link : https://www.patreon.com/posts/58081367


I hope you'll enjoy it!
Thank you for all your support!

 

 

Stay up to date!
Subscribe to the newsletter to receive all the main news about the development of Pard Engine, illuxUI, and the various Tutorial Series!
Subscribe
E-mail is not valid. Please insert a valid e-mail.
If you don't want to receive our news anymore,
unsubscribe now