Blockbench Reference Docs
    Preparing search index...

    Interface MeshOptions

    interface MeshOptions {
        color?: number;
        name?: string;
        origin?: ArrayVector3;
        rotation?: ArrayVector3;
        shading?: "flat" | "smooth";
        vertices?: { [vkey: string]: ArrayVector3 };
        visibility?: boolean;
    }
    Index

    Properties

    color?: number
    name?: string
    origin?: ArrayVector3
    rotation?: ArrayVector3
    shading?: "flat" | "smooth"
    vertices?: { [vkey: string]: ArrayVector3 }
    visibility?: boolean