gfx.sky.set_radiance_size
Client
Sets the radiance cubemap size of the sky
Syntax
local status = gfx.sky.set_radiance_size(
size
)Parameters
| Type | Name | Description |
|---|---|---|
gfx.sky.radiance_size | size | Radiance size to apply |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.sky.set_radiance_size(gfx.sky.radiance_size.SIZE_128)