bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Enumeration gltfTransformFormatEnum

    glTF transformation format options. Controls how node transformations are encoded in the output glTF.

    Index

    Enumeration Members

    Enumeration Members

    compact: "compact"

    Compact format - uses TRS when possible, Mat4 otherwise

    mat4: "mat4"

    Always use 4x4 matrix format

    trs: "trs"

    Always use Translation-Rotation-Scale format