Преглед на файлове

Update BufferGeometryUtils.d.ts

sherousee преди 6 години
родител
ревизия
9930ea1299
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      examples/jsm/utils/BufferGeometryUtils.d.ts

+ 1 - 1
examples/jsm/utils/BufferGeometryUtils.d.ts

@@ -1,7 +1,7 @@
 import { BufferAttribute, BufferGeometry } from '../../../src/Three';
 
 export namespace BufferGeometryUtils {
-    export function mergeBufferGeometries(geometries: BufferGeometry[], useGroups: boolean): BufferGeometry;
+    export function mergeBufferGeometries(geometries: BufferGeometry[], useGroups?: boolean): BufferGeometry;
     export function computeTangents(geometry: BufferGeometry): null;
     export function mergeBufferAttributes(attributes: BufferAttribute[]): BufferAttribute;
 }