Selva Compute API Reference - v1.1.2
    Preparing search index...

    Type Alias NormalOrGLBufferAttributes

    NormalOrGLBufferAttributes: Record<
        string,
        BufferAttribute
        | InterleavedBufferAttribute
        | GLBufferAttribute,
    >