Skip to content

camdolly

Translate the camera (and target).

camdolly(dx, dy, dz)
camdolly(dx, dy, dz, mt, cst)

Moves the camera by (dx, dy, dz). The optional mt (moveTarget) flag determines whether the target moves with the camera or stays put. cst (coordinate system) selects whether the offsets are in pixels, normalized coords, or data units.

camdolly(0.1, 0, 0) % small horizontal pan
  • campan — Pan (rotate) the camera left/right or up/down.
  • campos — Get or set the camera position.