UNPKG

@polygonjs/polygonjs

Version:

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

6 lines (5 loc) 476 B
import { PresetRegister } from '../BasePreset'; import { NeighbourAttractGlNode } from '../../../src/engine/nodes/gl/NeighbourAttract'; import { NeighbourRepulseGlNode } from '../../../src/engine/nodes/gl/NeighbourRepulse'; export declare const neighbourAttractGlPresetRegister: PresetRegister<typeof NeighbourAttractGlNode, NeighbourAttractGlNode>; export declare const neighbourRepulseGlPresetRegister: PresetRegister<typeof NeighbourRepulseGlNode, NeighbourRepulseGlNode>;