UNPKG

@polygonjs/polygonjs

Version:

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

14 lines (13 loc) 433 B
/** * rounds an input value to the nearest integer * * * */ import { BaseNodeGlMathFunctionArg1GlNode } from './_BaseMathFunction'; import { ShadersCollectionController } from './code/utils/ShadersCollectionController'; export declare class RoundGlNode extends BaseNodeGlMathFunctionArg1GlNode { static type(): string; setLines(shadersCollectionController: ShadersCollectionController): void; private _singleLine; }