Computer Science 112
The Art & Science of Computer Graphics
Spring 2016, The College of Saint Rose
Lecture 5: Modeling Practice; Model Building
Date: Wednesday, February 3, 2016
Agenda
- Announcements
- Lecture 4 assignment recap
- A couple more modeling basics
- adding lights
- moving the camera
- Developing a new model like the ice cream cone
- Model building
Lecture 5 Assignment
Due at the start of class, Monday, February 8.
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.
- Write the Python statements that would add 6 light sources to
the Ambrosia scene, each 300 units along one of the coordinate
axes (i.e., one along the positive x axis, one along the negative x
axis, one along the positive y axis, etc..). (4 points)
- 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