Completed
- Vertex packing and shaders
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Minecraft Clone in C++ - Code Review and Optimization
Automatically move to the next video in the Classroom when playback concludes
- 1 - What we're looking at today
- 2 - Playing the game
- 3 - Project structure and initial thoughts
- 4 - Local static singleton
- 5 - How to organize a class my style
- 6 - The math
- 7 - Ray casting and how I would change it
- 8 - Designing code structure
- 9 - Other notes
- 10 - Some weirdness and how to write clear code
- 11 - Vertex packing and shaders