Browse Source

remove from TypeScript decs

aardgoose 6 years ago
parent
commit
0f8a045b6a
2 changed files with 0 additions and 2 deletions
  1. 0 1
      src/core/BufferAttribute.d.ts
  2. 0 1
      src/core/InterleavedBuffer.d.ts

+ 0 - 1
src/core/BufferAttribute.d.ts

@@ -16,7 +16,6 @@ export class BufferAttribute {
 	count: number;
 	onUpload: Function;
 
-	setArray( array?: ArrayBufferView ): void;
 	setDynamic( dynamic: boolean ): BufferAttribute;
 	clone(): this;
 	copy( source: BufferAttribute ): this;

+ 0 - 1
src/core/InterleavedBuffer.d.ts

@@ -16,7 +16,6 @@ export class InterleavedBuffer {
 	count: number;
 	needsUpdate: boolean;
 
-	setArray( array?: ArrayBufferView ): void;
 	setDynamic( dynamic: boolean ): InterleavedBuffer;
 	clone(): this;
 	copy( source: InterleavedBuffer ): this;