ThreePipe
    Preparing search index...

    Variable threeMaterialPropListConst

    threeMaterialPropList: {
        allowOverride: boolean;
        alphaHash: boolean;
        alphaTest: number;
        alphaToCoverage: boolean;
        blendAlpha: number;
        blendColor: string;
        blendDst: 205;
        blendDstAlpha: null;
        blendEquation: 100;
        blendEquationAlpha: null;
        blending: 1;
        blendSrc: 204;
        blendSrcAlpha: null;
        clipIntersection: boolean;
        clippingPlanes: null;
        clipShadows: boolean;
        colorWrite: boolean;
        depthFunc: 3;
        depthTest: boolean;
        depthWrite: boolean;
        dithering: boolean;
        forceSinglePass: boolean;
        name: string;
        opacity: number;
        polygonOffset: boolean;
        polygonOffsetFactor: number;
        polygonOffsetUnits: number;
        precision: null;
        premultipliedAlpha: boolean;
        shadowSide: null;
        side: 0;
        stencilFail: 7680;
        stencilFunc: 519;
        stencilFuncMask: number;
        stencilRef: number;
        stencilWrite: boolean;
        stencilWriteMask: number;
        stencilZFail: 7680;
        stencilZPass: 7680;
        toneMapped: boolean;
        transparent: boolean;
        userData: {};
        vertexColors: boolean;
        visible: boolean;
    } = ...

    Map of all material properties and their default values in three.js - Material.js This is used to copy properties and serialize/deserialize them. @note: Upgrade note: keep updated from three.js/src/Material.js:22

    Type declaration

    • allowOverride: boolean
    • alphaHash: boolean
    • alphaTest: number
    • alphaToCoverage: boolean
    • blendAlpha: number
    • blendColor: string
    • blendDst: 205
    • blendDstAlpha: null
    • blendEquation: 100
    • blendEquationAlpha: null
    • blending: 1
    • blendSrc: 204
    • blendSrcAlpha: null
    • clipIntersection: boolean
    • clippingPlanes: null
    • clipShadows: boolean
    • colorWrite: boolean
    • depthFunc: 3
    • depthTest: boolean
    • depthWrite: boolean
    • dithering: boolean
    • forceSinglePass: boolean
    • name: string
    • opacity: number
    • polygonOffset: boolean
    • polygonOffsetFactor: number
    • polygonOffsetUnits: number
    • precision: null
    • premultipliedAlpha: boolean
    • shadowSide: null
    • side: 0
    • stencilFail: 7680
    • stencilFunc: 519
    • stencilFuncMask: number
    • stencilRef: number
    • stencilWrite: boolean
    • stencilWriteMask: number
    • stencilZFail: 7680
    • stencilZPass: 7680
    • toneMapped: boolean
    • transparent: boolean
    • userData: {}
    • vertexColors: boolean
    • visible: boolean