Viewer
    Preparing search index...

    Interface IMaterialContentDataV2

    interface IMaterialContentDataV2 {
        alphaThreshold?: number;
        bitmaptexture?: string;
        bumptexture?: string;
        color?: number[];
        line?: any;
        materialpreset?: number;
        materialType?: string;
        metalness?: number;
        metalnesstexture?: string;
        normaltexture?: string;
        roughness?: number;
        roughnesstexture?: string;
        side?: string;
        transparency?: number;
        transparencytexture?: string;
        version?: string;
    }

    Hierarchy

    • IMaterialContentData
      • IMaterialContentDataV2
    Index

    Properties

    alphaThreshold?: number
    bitmaptexture?: string
    bumptexture?: string
    color?: number[]
    line?: any
    materialpreset?: number
    materialType?: string
    metalness?: number
    metalnesstexture?: string
    normaltexture?: string
    roughness?: number
    roughnesstexture?: string
    side?: string
    transparency?: number
    transparencytexture?: string
    version?: string