UNPKG

@polygonjs/polygonjs

Version:

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

6 lines (5 loc) 224 B
import { BaseVertexAttribute } from './VertexAttribute'; export type VertexAttributesDict = Record<string, BaseVertexAttribute>; export interface UserDataWithVertexAttributes { vertexAttributes?: VertexAttributesDict; }