thingorigin2.0
    正在准备搜索索引...
    interface textureParams {
        AlphaTest: number;
        aoMap: string;
        color: string;
        emissive: string;
        envMap: string[];
        lightMap: string;
        map: string;
        materialType: string;
        metalness: number;
        metalnessMap: string;
        normalMap: string;
        opacity: number;
        roughness: number;
        roughnessMap: string;
        side: string;
        transparent: boolean;
        wireframe: boolean;
    }
    索引

    属性

    AlphaTest: number
    aoMap: string
    color: string
    emissive: string
    envMap: string[]
    lightMap: string
    map: string
    materialType: string
    metalness: number
    metalnessMap: string
    normalMap: string
    opacity: number
    roughness: number
    roughnessMap: string
    side: string
    transparent: boolean
    wireframe: boolean