Blockbench Reference Docs
    Preparing search index...

    Interface TextureMeshOptions

    interface TextureMeshOptions {
        local_pivot?: ArrayVector3;
        name?: string;
        origin?: ArrayVector3;
        rotation?: ArrayVector3;
        scale?: ArrayVector3;
        texture_name?: string;
    }
    Index

    Properties

    local_pivot?: ArrayVector3
    name?: string
    origin?: ArrayVector3
    rotation?: ArrayVector3
    scale?: ArrayVector3
    texture_name?: string