Removing uuid from the BufferAttribute typings
@@ -5,7 +5,6 @@ export class BufferAttribute {
constructor( array: ArrayLike<number>, itemSize: number, normalized?: boolean ); // array parameter should be TypedArray.
- uuid: string;
name: string;
array: ArrayLike<number>;
itemSize: number;