Player | C++ 3D Game Tutorial Series #43 | Early Access
The source code of the 43rd tutorial of the C++ 3D Game Tutorial Series is now available in early access for the Patrons!

In this tutorial we will see how to add the Player!
In particular in this tutorial we will see:
-
how to create the spaceship player through the Entity System
-
how to put the camera behind the player, making in this way a 3rd person view
-
and, in the end, we will see how to respond to the collisions between the spaceship and the terrain, by executing specific actions (e.g. reducing health, resetting position etc.)
Here is the link : https://www.patreon.com/posts/88361358
I hope you'll enjoy it!
Thank you for all your support!