![]() |
![]() |
![]() |
Exam 2 Review ProblemsThe following problems will be similar to the type of problems that will be on the exam. However, not all problems on the exam are necessarily represented here, and not all the types of problems here will necessarily be on the exam.
Problem 1:
P0 = (0,0,1), P1 = (0,0,3), P2 = (4, 0, 1), P3 = (0,3,1) The four faces are defined by the triangles formed by all possible groups of the three of these vertices. Part a. Find the surface normal for each of the four faces of the object. Normalize the length of the normals to length 1.0. Part b. Suppose you want to shade this object using Gouraud shading. Calculate the normals that would be associated with each vertex for this type of shading.
Problem 2:
The base is defined by: (0,0,200), (0,0,100), (100,0,100), (100,0,200)
Part a: What set of 3D transformations would move the pyramid to a position defined by the following coordinates: The base is defined by: (100,0,0), (200, 0,0), (200, -100, 0), (100, -100, 0)
(Not necessarily in the same order as the above specification).
Part b:Draw the final position of the pyramid that results from applying the following sequence of transformations: T(-50, 0, -150) S(2.0, 2.0, 2.0) Ry(45.0)
Problem 3:
The Base is defined by: (100, 200, 200), (100, 100, 200), (200, 100, 200), (200, 200, 200)
Part a: Suppose the pyramid is projected onto a 2-D projection plane that coincides with the XY plane. Assuming orthographic projection is used, derive the (x,y) coordinates of each of the five vertices onto this projection plane. Part b: Now assume that perspective projection is used and that the center of projection is at the origin of the coordinate system and the projection plane is a distance of 10 from the origin along the Z axis (and parallel to the XY plane). Derive the (x,y) coordinates of the projections of each of the five vertices onto the projection plane. Problem 4:
ka = 0.5 Ld = 1000 La = 100 Ls = ks = 0 d (distance to light source) = 10 Attenuation coeeficients: a = 0, b = 0.1, c = 0.09 Calculate the intensity of the light reflected from the surface according to the Phong reflection model. How would this intensity change if the angle between N and L were decreased? How would it change if kd were increased? Home | | Syllabus | | Assignments | | Documentation
Constance Royden--croyden@mathcs.holycross.edu
|