Computer Science 112
The Art & Science of Computer Graphics
Fall 2015, The College of Saint Rose
Agenda
Due at the start of class, Friday, October 16.
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 13 Assignment , Joe Student). We will discuss these questions at the start of class, so no late submissions are accepted.
from ambrosia import * scene.clear() scene.add(Plane(), translate(0,-50,0), whitePlaster) scene.add(cone, redPlaster) scene.add(bulb, translate(0,200,-300)*yRot(90)) camera.shoot()
Terminology
Examples