提交 c11c5f06 编写于 作者: E Eric Sherouse

Bugfix: added useGroups parameter to mergeBufferGeometries declaration in BufferGeometryUtils

上级 8d8ff4d3
import { BufferAttribute, BufferGeometry } from '../../../src/Three';
export namespace BufferGeometryUtils {
export function mergeBufferGeometries(geometries: BufferGeometry[]): BufferGeometry;
export function mergeBufferGeometries(geometries: BufferGeometry[], useGroups: boolean): BufferGeometry;
export function computeTangents(geometry: BufferGeometry): null;
export function mergeBufferAttributes(attributes: BufferAttribute[]): BufferAttribute;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册