UNPKG

@polygonjs/polygonjs

Version:

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

4 lines (2 loc) 164 B
import {BufferAttribute, InterleavedBufferAttribute} from 'three'; export type PointAttributesDict = Record<string, BufferAttribute | InterleavedBufferAttribute>;