#!/usr/local/bin/php Obsessive Camera Direction

Obsessive Camera Direction (OCD)

The OCD library allows intuitive control and creation of Processing viewport Cameras. With OCD, it is easy set up several cameras and switch between them. It is also easy to manipulate individual cameras using standard camera movement commands.

Camera

The Camera class represents a virtual viewport camera. The camera feed can be made active at any point by issuing the feed command. The camera is manipulated using the remaining commands.

Construction
Camera
Camera Switching
feed()
Perspective Changes
zoom()
Linear Movements
truck()
boom()
dolly()
Instantaneous Changes
aim()
jump()
Rotations
tilt()
pan()
roll()
Arc Movements
arc()
circle()
Combinations
tumble()
look()
track()
Informative
position()
attitude()
target()
up()
fov()