create_camera
Creates a camera in a 3D scene with adjustable name, location, rotation, and lens focal length.
Instructions
Create a new camera in the scene.
Args: name: Name for the camera, default "Camera". location: XYZ location as [x, y, z], default [0, 0, 0]. rotation: XYZ Euler rotation in radians as [x, y, z], default [0, 0, 0]. lens: Focal length in mm, default 50.
Returns: Confirmation dict with camera name and properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Camera | |
| location | No | ||
| rotation | No | ||
| lens | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||