gfx.sky.panorama.set_filtering_enabled
Client
Sets whether texture filtering is enabled on the panorama sky material
Syntax
local status = gfx.sky.panorama.set_filtering_enabled(
state
)Parameters
| Type | Name | Description |
|---|---|---|
bool | state | true to enable filtering, false to disable |
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.sky.panorama.set_filtering_enabled(true)