UNPKG

@polygonjs/polygonjs

Version:

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

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