We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8ff4d commit c11c5f0Copy full SHA for c11c5f0
examples/jsm/utils/BufferGeometryUtils.d.ts
@@ -1,7 +1,7 @@
1
import { BufferAttribute, BufferGeometry } from '../../../src/Three';
2
3
export namespace BufferGeometryUtils {
4
- export function mergeBufferGeometries(geometries: BufferGeometry[]): BufferGeometry;
+ export function mergeBufferGeometries(geometries: BufferGeometry[], useGroups: boolean): BufferGeometry;
5
export function computeTangents(geometry: BufferGeometry): null;
6
export function mergeBufferAttributes(attributes: BufferAttribute[]): BufferAttribute;
7
}
0 commit comments