Computer Science 112
The Art & Science of Computer Graphics

Fall 2015, The College of Saint Rose

Lecture 4: Basic Modeling
Date: Friday, September 11, 2015


Agenda

Lecture 4 Assignment

Due at the start of class, Wednesday, September 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 4 Assignment , Joe Student). We will discuss these questions at the start of class, so no late submissions are accepted.

Describe the size and location of each of the cubes added with the following Python/Ambrosia statements (6 points):

scene.add(cube, translate(100,0,0)*scale(2,2,2), redPlaster)
scene.add(cube, scale(2,2,2)*translate(100,0,0), bluePlaster)

Terminology

Examples