未验证 提交 9930ea12 编写于 作者: S sherousee 提交者: GitHub

Update BufferGeometryUtils.d.ts

上级 c11c5f06
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;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册