UNPKG

arx-level-generator

Version:
6 lines (5 loc) 216 B
import { BufferGeometry } from 'three'; /** * Connect the edge vertices of "source" to the edge vertices of "target" */ export declare const connectEdgeTo: (source: BufferGeometry, target: BufferGeometry) => void;