UNPKG

@polygonjs/polygonjs

Version:

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

5 lines (4 loc) 370 B
import { CoreGroup } from '../../../../../core/geometry/Group'; import { AttribCreateSopNodeParams } from '../../../../operations/sop/utils/attribCreate/Common'; import { AttribType } from '../../../../../core/geometry/Constant'; export declare function addVertexAttribute(attribType: AttribType, coreGroup: CoreGroup, params: AttribCreateSopNodeParams): Promise<void>;