camdolly
Translate the camera (and target).
Syntax
Section titled “Syntax”camdolly(dx, dy, dz)camdolly(dx, dy, dz, mt, cst)Description
Section titled “Description”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.
Example
Section titled “Example”camdolly(0.1, 0, 0) % small horizontal pan