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

    Interface SkydomeOptions

    Configuration options for the Skydome.

    interface SkydomeOptions {
        heightSegments?: number;
        name?: string;
        radius?: number;
        texture: Texture;
        widthSegments?: number;
    }
    Index

    Properties

    heightSegments?: number

    The number of height segments. Defaults to 32.

    name?: string

    The name of the object. Defaults to "Skydome".

    radius?: number

    The radius of the skydome. Defaults to 100.

    texture: Texture

    The texture to use for the skydome.

    widthSegments?: number

    The number of width segments. Defaults to 32.