@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
5 lines (4 loc) • 319 B
TypeScript
import { CoreGroup } from '../../../../../core/geometry/Group';
import { AttribCreateSopParams } from '../../AttribCreate';
import { AttribType } from '../../../../../core/geometry/Constant';
export declare function addVertexAttribute(attribType: AttribType, coreGroup: CoreGroup, params: AttribCreateSopParams): void;