UNPKG

@polygonjs/polygonjs

Version:

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

4 lines (3 loc) 222 B
import { NormalsSopNode } from '../../../src/engine/nodes/sop/Normals'; import { PresetRegister } from '../BasePreset'; export declare const normalsSopPresetRegister: PresetRegister<typeof NormalsSopNode, NormalsSopNode>;