UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

4 lines (3 loc) 244 B
import { BufferGeometry } from 'three'; import { PolyDictionary } from '../../../types/GlobalTypes'; export declare function indicesFromPoints(new_index_by_old_index: PolyDictionary<number>, old_geometry: BufferGeometry): number[] | undefined;