////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // WARNING: This file was auto-generated, any change will be overridden in next release. Please use configs/es6.conf.js then run "npm run convert". // ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// import { BufferAttribute, BufferGeometry, InterleavedBufferAttribute, TrianglesDrawModes } from '../../../src/Three'; export namespace BufferGeometryUtils { export function mergeBufferGeometries( geometries: BufferGeometry[], useGroups?: boolean ): BufferGeometry; export function computeTangents( geometry: BufferGeometry ): null; export function mergeBufferAttributes( attributes: BufferAttribute[] ): BufferAttribute; export function interleaveAttributes( attributes: BufferAttribute[] ): InterleavedBufferAttribute; export function estimateBytesUsed( geometry: BufferGeometry ): number; export function mergeVertices( geometry: BufferGeometry, tolerance?: number ): BufferGeometry; export function toTrianglesDrawMode( geometry: BufferGeometry, drawMode: TrianglesDrawModes ): BufferGeometry; }