• Our Demo for the day.
  • We would like to move the camera in space.
  • Remember the camera has three properties
  • In the new code.
  • So To move in space I need to change the values of the camera.
  • I am going to go to a different coordinate system called spherical coordinates
  • In my mind, this is an extension of polar coordinates.
  • We will swap the role of y and z.
  • My general plan is to
  • Note in this world,
  • So how do I compute the new "target" position
  • I really should update the up vector