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 fifth episode we'll see how to create simple animations in OpenGL
In particular we will see
how to draw a quadrilateral mesh,
how to create and use an Uniform Buffer Object
in order to pass data from CPU to GPU,
and, in the end, how to use those data in the shaders in such a way to create
visual effects like zoom in and zoom out.
ENTIRE TUTORIAL SERIES: • C++ OpenGL 3D Game Tutorial Series Fr...
TOOLS:
Visual Studio 2019 Community: https://visualstudio.microsoft.com/vs...
-----------------------------------------------------------------------------------------------------------------
Chapters:
0:00 Intro - More Info at www.pardcode.com
0:43 Requirements
1:11 Design
3:36 Implementation
9:04 Rendering of Quad
9:23 Implementation
27:44 Applying Scale Statically
28:44 Implementation
33:13 Final Result (Animation)
34:19 End