Difference between revisions of "Advanced C++ Programming Tutorial 2"

From Chilipedia
Jump to: navigation, search
(Video Timestamp Index)
(Part 1)
Line 5: Line 5:
 
* Polyline drawing
 
* Polyline drawing
 
* Vertices
 
* Vertices
 +
* Trivial line clipping
 
* Translation
 
* Translation
 
* Flipping across an axis
 
* Flipping across an axis

Revision as of 22:28, 3 June 2018

In this tutorial we learn how to transform our shit. Move it around, make it bigger (no pills or pumps required), flip it and reverse it. And later one we make a camera system to scroll our shit in the world. You're gonna like it.

Topics

Part 1

  • Polyline drawing
  • Vertices
  • Trivial line clipping
  • Translation
  • Flipping across an axis
  • Screen coordinate transformation
  • Scaling

Video Timestamp Index

Tutorial 2.1

Links

Homework

Coming soon!

See also