@newkrok/three-utils - v2.0.1
    Preparing search index...

    Type Alias MaterialConfig

    type MaterialConfig = {
        alphaTest?: number;
        color?: number;
        materialType?: new (params: any) => THREE.Material;
        texture?: { flipY?: boolean; id: string };
    }
    Index

    Properties

    alphaTest?: number
    color?: number
    materialType?: new (params: any) => THREE.Material
    texture?: { flipY?: boolean; id: string }