1 of 11

480 / 580 Lecture 7

Problems

2 of 11

Group 1

Kiel Morris, Jordan Birnel

  1. (u*u, v*v, w) - e

3 of 11

Group 2

4 of 11

Group 3

  1. e + (u*u + v * v - d*w)*t
  2. ,’:/ -> view direction = (p-e), w=-view, u = up x w, v = w x u
  3. Orthographic -> cubic prism(?) , Perspective -> viewing cone

5 of 11

Group 4

1. u*u+v*v-dw + e

2. w = eye - view

u = cross(up, w)

v = cross(u, w)

3. An orthographic camera is a box

A perspective camera is a TV shape

6 of 11

Group 5 Dmitriy Bogush, Katie LaRue, Ian Donovan

  1. Ray: origin (e_x, e_y, e_z), direction(u * u + v * v + -d * w)
  2. 3d point = f. View = f - e. V = w cross u. W = -view/||view||. U = up X W / || up X W ||
  3. Perspective -> prism like

Orthographic -> box like

7 of 11

Group 6

Origin: (e_x, e_x, e_z)

Direction: (uu + vv - ww)

Sean Brzoska, Joshua King, Hunter Smith

8 of 11

Group 8

Room 305 people: Quinn Shultis, Wesley Crowe, Katie Festin, Changrui Li, Tucker Moor, Rory Swift, Griffin Hartz

And Brandon (online?)

Question 1:

9 of 11

Group 7

Group: Nicholas Uhlhorn, Simon Ellis, Henry Il

10 of 11

Group 9

11 of 11

Group 10