magic-pixels
    Preparing search index...

    Class BufferAttribute

    Index
    dynamic: boolean = false

    Hint for the renderer that data is going to change frequently

    needsUpdate: boolean = false

    Set to true after writing into data (or replacing it) so the renderer re-uploads the buffer on the next render. The renderer resets it to false.

    normalized: boolean

    For integer arrays, map the value range to 0..1 (unsigned) or -1..1 (signed) instead of passing it through as-is. No effect on Float32Array.

    recordSize: number