@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
4 lines (3 loc) • 297 B
TypeScript
import { PresetRegister } from '../BasePreset';
import { NeighbourAttractRepulseGlNode } from '../../../src/engine/nodes/gl/NeighbourAttractRepulse';
export declare const neighbourAttractRepulseGlPresetRegister: PresetRegister<typeof NeighbourAttractRepulseGlNode, NeighbourAttractRepulseGlNode>;