Computer Science 112
The Art & Science of Computer Graphics

Fall 2015, The College of Saint Rose

Lecture 5: Model Building
Date: Wednesday, September 16, 2015


Agenda

Lecture 5 Assignment

Due at the start of class, Friday, September 18.

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

  1. Write the Python statements that would add 6 light sources to the Ambrosia scene, one each 300 units along each coordinate axis and in each direction. (4 points)
  2. Write a Python statement that would add a cone to the Ambrosia scene that has the following characteristics: its base is a circle of diameter 25 and it is 125 units from base to tip. The tip points in the positive z direction. The tip is located at (100, -100, 0). (6 points)

Examples