<-Back to main page

Camera control

Ruiyang Liu, Rliu60@ucsc.edu

Project Overview

In this programing assignment, I will create a camera based on the last assignment's model. User can control the camera to see any angle of the object.

User Guide

NOTICE: You can switch camera type (orthographic/perspective) with keyboard. Fahim said we don't need to implement operations to modify orthographic camera(near/far/bound). Though, you can change near/far point of orthographic camera in camera.js

Example output

1)Animation stopped, and moved the camera away and left to the object.

Operation Sequence: A -> S (press multiply times)

2)Animation stopped, and moved the camera to the object's front-below.

Operation Sequence: Z -> W -> C (press multiply times)

3)Animation stopped, orthographic camera.

Operation Sequence: O (press one time)

4)Animation stopped, zoomed out.