C++ OpenGL 3D Game Tutorial 4: Shaders

Опубликовано: 28 Февраль 2025
на канале: PardCode
9,634
138

SUPPORT ON PATREON:   / pardcode  

GITHUB: https://github.com/pardcode/opengl-3d...

DISCORD SERVER:   / discord  

DESCRIPTION:
Hello everyone, and welcome back to the OpenGL 3D Game Tutorial Series.
In this fourth episode we'll see how to create the shaders in OpenGL.
In particular we will see how to create and use shaders in order to define the way in which polygons are rendered on the screen.

The code written in this tutorial works on Windows, macOS and Linux!

ENTIRE TUTORIAL SERIES:    • C++ OpenGL 3D Game Tutorial Series Fr...  

TOOLS:

Visual Studio 2019 Community: https://visualstudio.microsoft.com/vs...
QT Creator: https://www.qt.io/download-qt-installer

-----------------------------------------------------------------------------------------------------------------

Chapters:
0:00 Intro - More Info at www.pardcode.com/opengl-3d-game-tutorial-series
0:34 Requirements
0:59 Design
4:53 Implementation
48:42 Final Result
49:32 End