Explorar o código

Update BufferGeometry.d.ts

Sam Alexander %!s(int64=6) %!d(string=hai) anos
pai
achega
6790bde95d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;