Преглед изворни кода

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;
 }