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

    Interface GlassMaterialOptions

    interface GlassMaterialOptions {
        color?: Color;
        ior?: number;
        metallic?: number;
        normalMap?: Texture;
        roughness?: number;
        thickness?: number;
        transmission?: number;
    }
    Index

    Properties

    color?: Color
    ior?: number
    metallic?: number
    normalMap?: Texture
    roughness?: number
    thickness?: number
    transmission?: number