Selva Compute API Reference - v2.1.0
    Preparing search index...

    Type Alias NormalOrGLBufferAttributes

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