addCamera
Add a camera to a 3D scene with customizable position, target, field of view, and perspective or orthographic projection type for viewing 3D designs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneId | Yes | Scene ID | |
| name | No | Camera name | Camera |
| position | No | Camera position | |
| target | No | Camera target | |
| type | No | Camera type | perspective |
| fov | No | Field of view (degrees) |