UNPKG

polygonjs-engine

Version:

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

6 lines (5 loc) 253 B
import { ShapeBufferGeometry } from 'three/src/geometries/ShapeBufferGeometry'; import { Vector3 } from 'three/src/math/Vector3'; export declare class CoreGeometryUtilShape { static geometry_from_points(positions: Vector3[]): ShapeBufferGeometry; }