Constructor
new SkyboxCommand(skybox)
Constructor
Parameters:
Name | Type | Description |
---|---|---|
skybox |
Skybox | A Skybox instance |
Extends
Methods
static isDefaultProgramLoaded() → {boolean}
Check if the default program is ready, otherwise the function load it
Return true if the default program is loaded
boolean
execute(renderAPI)
Execute the command
Parameters:
Name | Type | Description |
---|---|---|
renderAPI |
RenderAPI | RenderAPI instance used to process the commands |
isOpaque() → {boolean}
Indicates if the command concern an opaque element
- Inherited From:
True if command must be in the opaque queue
boolean