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

    Enumeration gltfNameFormatEnum

    glTF node/mesh naming format options. Controls how node and mesh names are generated in the output glTF.

    Index

    Enumeration Members

    empty: "empty"

    Omit the name

    product: "product"

    Use product name (shared by multiple instances)

    instance: "instance"

    Use instance name

    instanceOrProduct: "instanceOrProduct"

    Use instance name, fall back to product name

    productOrInstance: "productOrInstance"

    Use product name, fall back to instance name

    productAndInstance: "productAndInstance"

    Use both product and instance names "Product [Instance]"

    productAndInstanceAndOcaf: "productAndInstanceAndOcaf"

    Verbose naming combining Product+Instance+OCAF (for debugging)