Explorar el Código

remove from TypeScript decs

aardgoose hace 6 años
padre
commit
0f8a045b6a
Se han modificado 2 ficheros con 0 adiciones y 2 borrados
  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;