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