game_gi
game_giSet up global illumination in Godot by creating VoxelGI or LightmapGI nodes with specified parent path, type, and optional extents.
Instructions
Create/configure VoxelGI or LightmapGI
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Node name | |
| size | No | Extents size {x,y,z} | |
| giType | Yes | Type: voxel_gi or lightmap_gi | |
| parentPath | Yes | Parent node path |