gfx.sky.panorama.reset_texture

Client

Clears the currently assigned texture from the panorama sky material


Syntax

local status = gfx.sky.panorama.reset_texture()

Parameters

No parameters are accepted by this function

Returns

TypeNameDescription
boolstatustrue on successful execution, false otherwise

Examples

Reset panorama sky texture
gfx.sky.panorama.reset_texture()

On this page