UNPKG

@polygonjs/polygonjs

Version:

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

5 lines (4 loc) 318 B
import { CoreGroup } from '../../../../../core/geometry/Group'; import { AttribCreateSopParams } from '../../AttribCreate'; import { AttribType } from '../../../../../core/geometry/Constant'; export declare function addPointAttribute(attribType: AttribType, coreGroup: CoreGroup, params: AttribCreateSopParams): void;