Documentation
    Preparing search index...

    Type Alias VertexJointIndicesAttributeDefinition

    VertexJointIndicesAttributeDefinition: AttributeDefinition<
        { componentCount: 4 },

            | {
                normalized: false;
                type: typeof AccessorComponentType["UNSIGNED_BYTE"];
            }
            | {
                normalized: false;
                type: typeof AccessorComponentType["UNSIGNED_SHORT"];
            },
    >

    No description provided.