[IMPORTANT]: NEW VERSION (2025) of C++ 3D Game Tutorial Series available here: • C++ 3D Game Tutorial Series: 1 | Creating ...
This video is part of the previous series. Videos from that version feature an exclamation point icon in the top-right corner of their thumbnails, which should help distinguish them from the new ones.
SUPPORT ON PATREON: / pardcode
DISCORD SERVER: / discord
DESCRIPTION:
Hello everyone!
In this twenty-second video tutorial we will face the making of the first special demo of this series, a multi-layered animated earth!
In particular we will see how to place multiple textures over the surface of a 3d mesh,
creating in this way a multi-layered surface,
we will see how each layer can be manipulated to create some special effects,
like, for example, the translation of the clouds layer around the earth.
And finally we will also face the creation of a simple day/night cycle.
ENTIRE TUTORIAL SERIES: • C++ 3D Game Tutorial Series From Scratch
DIRECTX SDK JUN 2010 : https://www.microsoft.com/en-us/downl...
I hope you'll enjoy this tutorial!
----------------------------------------------------------------------------
WEBSITE: https://www.pardcode.com
PATREON PAGE: / pardcode
TWITTER PAGE: / pardcode
Chapters:
0:00 Intro - Info about series at www.pardcode.com
1:08 Requirements
1:31 Design
12:40 Implementation
39:38 Final Result
42:27 End