Browse Source

Update BufferGeometry.d.ts

Sam Alexander 6 years ago
parent
commit
6790bde95d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/core/BufferGeometry.d.ts

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

@@ -43,6 +43,7 @@ export class BufferGeometry extends EventDispatcher {
 	boundingSphere: Sphere;
 	boundingSphere: Sphere;
 	drawRange: { start: number; count: number };
 	drawRange: { start: number; count: number };
 	userData: {[key: string]: any};
 	userData: {[key: string]: any};
+	isBufferGeometry: boolean;
 
 
 	getIndex(): BufferAttribute;
 	getIndex(): BufferAttribute;
 	setIndex( index: BufferAttribute | number[] ): void;
 	setIndex( index: BufferAttribute | number[] ): void;