C++ OpenGL Tutorial - 50 - Attaching the Collision Model
In this video, we take the first step of integrating the collision model into our scene by attaching our existing classes for the Model and Mesh to the new classes for the CollisionModel and CollisionMesh. We also simplify the instantiation of the collision models/meshes through methods in the more general model and mesh classes.
• Website:
• Twitter:
• Discord:
• This Github Repo:
• This Playlist:
10 views
262
73
2 months ago 05:27:56 1
OpenGL c++ first person shooter engine game dev: Collision and Splitscreen