point_camera_at
Orient a camera to track an object or focus on a specific XYZ location by applying a Track To constraint.
Instructions
Point a camera at an object or a specific location using a Track To constraint.
Args: camera_name: Name of the camera object. target: Name of the target object to point at. Mutually exclusive with location. location: XYZ location to point at as [x, y, z]. Mutually exclusive with target.
Returns: Confirmation dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| location | No | ||
| camera_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||