UNPKG

videx-3d

Version:

React 3D component library designed for sub surface visualizations in the browser

4 lines (3 loc) 264 B
import { BufferGeometry } from 'three'; import { Vec2 } from '../types/common'; export declare function createFenceGeometry(positions: Vec2[], y0: number, y1: number): BufferGeometry<import('three').NormalBufferAttributes, import('three').BufferGeometryEventMap>;