Documentation Index
Fetch the complete documentation index at: https://dripart-fix-cloud-button-text-1773163393.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.

Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| camera_control_type | Select | ”simple” | Preset camera motion types. simple: Custom camera movement; down_back: Camera moves down and back; forward_up: Camera moves forward and up; right_turn_forward: Rotate right and move forward; left_turn_forward: Rotate left and move forward |
| horizontal_movement | Float | 0 | Controls camera movement on horizontal axis (x-axis). Negative values move left, positive values move right |
| vertical_movement | Float | 0 | Controls camera movement on vertical axis (y-axis). Negative values move down, positive values move up |
| pan | Float | 0.5 | Controls camera rotation in vertical plane (x-axis). Negative values rotate down, positive values rotate up |
| tilt | Float | 0 | Controls camera rotation in horizontal plane (y-axis). Negative values rotate left, positive values rotate right |
| roll | Float | 0 | Controls camera roll amount (z-axis). Negative values rotate counterclockwise, positive values rotate clockwise |
| zoom | Float | 0 | Controls camera focal length. Negative values narrow field of view, positive values widen it |
Output
| Output | Type | Description |
|---|---|---|
| camera_control | CAMERA_CONTROL | Configuration object with camera settings |