UNPKG

videx-3d

Version:

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

3 lines (2 loc) 131 B
import { Vec3 } from '../types/common'; export declare function toFloat32Array(arrayOfVectors: Vec3[]): Float32Array<ArrayBuffer>;