Blockbench Reference Docs
    Preparing search index...

    Interface PreviewModelOptions

    interface PreviewModelOptions {
        color?: string;
        condition?: any;
        cubes: PreviewModelCubeTemplate[];
        render_side?: number;
        shading?: boolean;
        texture?: string;
        texture_size?: [number, number];
        onUpdate?(): void;
    }
    Index

    Properties

    color?: string

    Model tint color

    condition?: any
    render_side?: number

    THREE.JS material render side

    shading?: boolean

    Enable shading on the material

    texture?: string

    Source of the model's texture

    texture_size?: [number, number]

    Methods