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
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
gfx.sky.panorama.reset_texture()