UNPKG

@polygonjs/polygonjs

Version:

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

6 lines (5 loc) 240 B
import { BasePrimitiveAttribute } from './PrimitiveAttribute'; export type PrimitiveAttributesDict = Record<string, BasePrimitiveAttribute>; export interface UserDataWithPrimitiveAttributes { primAttributes?: PrimitiveAttributesDict; }