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

    Type Alias DepthMaterialOptions

    Configuration options for DepthMaterial.

    type DepthMaterialOptions = {
        alphaTest?: number;
        diffuseMap?: Texture;
    }
    Index

    Properties

    alphaTest?: number
    diffuseMap?: Texture