Przeglądaj źródła

Update BufferGeometryUtils.d.ts

sherousee 6 lat temu
rodzic
commit
9930ea1299
1 zmienionych plików z 1 dodań i 1 usunięć
  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';
 import { BufferAttribute, BufferGeometry } from '../../../src/Three';
 
 
 export namespace BufferGeometryUtils {
 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 computeTangents(geometry: BufferGeometry): null;
     export function mergeBufferAttributes(attributes: BufferAttribute[]): BufferAttribute;
     export function mergeBufferAttributes(attributes: BufferAttribute[]): BufferAttribute;
 }
 }