create_light
Add a USD light to a LOP network, specifying type, intensity, color, and position for scene illumination.
Instructions
Create a USD light in a LOP network.
Args: parent_path: Parent LOP network path. light_type: "dome", "distant", "rect", "sphere", "disk", or "cylinder". name: Light node name. intensity: Light intensity. color: [r, g, b] color values. position: [x, y, z] world position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| color | No | ||
| position | No | ||
| intensity | No | ||
| light_type | No | dome | |
| parent_path | No | /stage |