Small World Engine API Reference - v0.46.1
    Preparing search index...

    Interface SkyboxMaterialOptions

    Configuration options for skybox material.

    interface SkyboxMaterialOptions {
        color?: Color;
        cubeMap?: CubeTexture;
    }
    Index

    Properties

    Properties

    color?: Color

    The base color. Defaults to white.

    cubeMap?: CubeTexture

    The cube map texture. Defaults to undefined.