Ver Fonte

Update BufferGeometry.d.ts

Sam Alexander há 6 anos atrás
pai
commit
6790bde95d
1 ficheiros alterados com 1 adições e 0 exclusões
  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;
 	drawRange: { start: number; count: number };
 	userData: {[key: string]: any};
+	isBufferGeometry: boolean;
 
 	getIndex(): BufferAttribute;
 	setIndex( index: BufferAttribute | number[] ): void;