UE5: Making a Monster Part 2: Revenge of Linear Algebra
Channel:
Subscribers:
2,650
Published on ● Video Link: https://www.youtube.com/watch?v=hm-oIlaBdGI
Linear Algebra is essential if you want to do game dev, so today we learned about displacement vectors and dot product, and used it to make a monster that would only chase us if:
1) We were within range
2) We were in its field of view
3) If there were no obstacles in between us
Other Videos By Bill Kerney
2023-10-03 | Camera Projection Matrix and View Frustum Culling |
2023-10-02 | Git Gud at Computer Science |
2023-09-29 | Lab Tim: Histogramming the Bee Movie |
2023-09-28 | UE5: Using Splines to Make a Companion |
2023-09-28 | Texturing and Lighting a Triangle |
2023-09-27 | C++: Hash Tables and Hash Maps |
2023-09-26 | UE5: Making a Projectile Weapon (Grenade Toss) |
2023-09-26 | Matrix Math for Video Games |
2023-09-25 | C++: 2D Vectors |
2023-09-23 | Lab Time: Image Processing |
2023-09-21 | UE5: Making a Monster Part 2: Revenge of Linear Algebra |
2023-09-21 | Painter's Algorithm, BSPs, Z-Buffering |
2023-09-20 | Vectors Part 2 |
2023-09-20 | C++ File I/O |
2023-09-19 | UE5: Making a Monster |
2023-09-19 | UE5: 10 Minute Inventory System |
2023-09-18 | C++: Vectors Part 1 |
2023-09-15 | BRIDGES Lab Time |
2023-09-14 | UE5: Health and Stamina Systems |
2023-09-14 | Barycentric Coordinates |
2023-09-14 | Voronoi Part 2 - Floyd's Relaxation |