SUPPORT ON PATREON: / pardcode
GITHUB: https://github.com/pardcode/cpp-3d-ga...
DISCORD SERVER: / discord
DESCRIPTION:
In this thirty-fifth video tutorial we'll see how to finally make a 3d level easily with our entity component based system!
In particular we will see:
how to design and implement the Camera Component class,
how to make the First Person Camera Movements through the new entity and input systems,
and, in the end, we will see how to easily
create a 3d level, even with complex meshes.
ENTIRE TUTORIAL SERIES: • C++ 3D Game Tutorial Series From Scratch
TOOLS:
Visual Studio 2019 Community: https://visualstudio.microsoft.com/vs...
AssetsAndLibs Branch: https://github.com/PardCode/CPP-3D-Ga...
-----------------------------------------------------------------------------------------------------------------
Chapters:
0:00 Intro | More Info at www.pardcode.com
0:46 Requirements
1:10 Design
4:14 Implementation
20:47 Implementation - Camera Component Implemented
21:00 Implementation
24:52 Implementation - Camera Mouse Movements
25:05 Implementation
31:06 Implementation - Camera Keyboard Input Events
31:20 Implementation
33:14 Implementation - Creating 3D Level
56:25 Final Result
57:17 End