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

TypeNameDescription
boolstatetrue to enable filtering, false to disable

Returns

TypeNameDescription
boolstatustrue on successful execution, false otherwise

Examples

Enable panorama sky texture filtering
gfx.sky.panorama.set_filtering_enabled(true)

On this page