Documentation
    Preparing search index...

    Type Alias TriangleIndicesAttributeDefinition

    TriangleIndicesAttributeDefinition: AttributeDefinition<
        { componentCount: 1 },

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

    No description provided.