UNPKG

@polygonjs/polygonjs

Version:

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

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