-
Continue to work on Lab 3: Functions and Animation . This is due Wed.
-
Wed: Begin Lab 4: Parameters, Translations, and the Matrix Stack .
-
Programming Elements for this Week
- More on scope of variables.
- Function parameters.
- The translate transformation (next week we will look at scale and rotate).
- Sequence in code matters!
- How are multiple translations applied?
- The Matrix Stack.
- What is a stack? Last-in, First-out (LIFO)
- What is a matrix stack?
- Sequence in code matters!