gfx.sky.panorama.set_energy_multiplier
Client
Sets the energy multiplier of the panorama sky material
Syntax
local status = gfx.sky.panorama.set_energy_multiplier(
value
)Parameters
| Type | Name | Description |
|---|---|---|
float | value | Energy multiplier to apply |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.sky.panorama.set_energy_multiplier(1.0)