Computer Science 112
The Art & Science of Computer Graphics
Spring 2016, The College of Saint Rose
Agenda
Due at the start of class, Wednesday, February 24.
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 10 Assignment, Mary Smith). We will discuss these questions at the start of class, so no late submissions are accepted.
scene.add(cone, zRot(90)*translate(100,0,0), redPlaster) scene.add(cone, translate(100,0,0)*zRot(90), bluePlaster)
Note: a printable PDF copy of the blank axes is here.
Fill in the missing entries in the following table. (8 points, 1/2 each)
HSV | RGB | Common Name |
Blue | ||
(33, 0, .5) | ||
(33, .5, 0) | ||
(0, 1, 0) | ||
Pink | ||
(270, 1, 1) | ||
(1, 1, 0) | ||
(0.5, 0.5, 0.5) | ||
Make your best effort to work through this carefully and make sure you understand it when we go over it in class (ask if you don't - you'll be doing yourself and your classmates a favor). You will see this exact kind of question twice more, just with different colors: once on the practice first exam and again on the real first exam.
Terminology
Examples
Links