View source
class SkyBoxMaterial
package away3d.materials
extends MaterialBase › NamedAssetBase
Available on all platforms
SkyBoxMaterial is a material exclusively used to render skyboxes
See also:
away3d.primitives.SkyBox
Constructor
new(cubeMap:CubeTextureBase)
Creates a new SkyBoxMaterial object.
Parameters:
cubeMap | The CubeMap to use as the skybox. |
|---|