create_light
Creates a light in the scene with configurable type, position, intensity, color, and rotation.
Instructions
Create a light in the scene.
Args: light_type: Type of light — DistantLight, DomeLight, SphereLight, RectLight, DiskLight, or CylinderLight. position: [x, y, z] world position. intensity: Light intensity. color: [r, g, b] light color (0-1). rotation: [rx, ry, rz] rotation in degrees. prim_path: Custom prim path. Auto-generated if not provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| light_type | No | DistantLight | |
| position | No | ||
| intensity | No | ||
| color | No | ||
| rotation | No | ||
| prim_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |