Computer Science 112
The Art & Science of Computer Graphics
Spring 2016, The College of Saint Rose
Agenda
Due at the start of class, Monday, February 29.
Please submit answers to these questions either as a hard copy (typeset or handwritten are OK) or by email to terescoj AT strose.edu by the start of class. Please use a clear subject line when submitting by email (e.g., CSC 112 Lecture 11 Assignment, Mary Smith). We will discuss these questions at the start of class, so no late submissions are accepted.
scene.add(cylinder, scale(.5)*xRot(90)*translate(0,100,0), greenPlaster) scene.add(cylinder, translate(0,100,0)*xRot(90)*scale(.5), blackPlaster)
Note: a printable PDF copy of the blank axes is here.
On the Wiki: MaterialsPlayroom, Downloadable file: MaterialsPlayroom.py
Add some mirrors to the walls of this example. In particular, you should have an 800 ×800 mirror on the back wall and on each side wall. You can make a mirror by creating a cube, scale it to be 800 ×800 in two of the dimensions and very thin in the other, then applying the built-in mirrorMat material to it. (6 points)
Terminology
Examples
Links