Blockbench Reference Docs
    Preparing search index...

    Interface AnglePreset

    interface AnglePreset {
        focal_length?: number;
        lockedAngle?: number;
        position: ArrayVector3;
        projection: "unset" | "orthographic" | "perspective";
        rotation?: ArrayVector3;
        target?: ArrayVector3;
        zoom?: number;
    }
    Index

    Properties

    focal_length?: number
    lockedAngle?: number
    position: ArrayVector3
    projection: "unset" | "orthographic" | "perspective"
    rotation?: ArrayVector3
    target?: ArrayVector3
    zoom?: number