polygonjs-engine
Version:
node-based webgl 3D engine https://polygonjs.com
8 lines (7 loc) • 328 B
TypeScript
import { BaseNodeGlMathFunctionArg1GlNode } from './_BaseMathFunction';
import { FunctionGLDefinition } from './utils/GLDefinition';
export declare class ComplementGlNode extends BaseNodeGlMathFunctionArg1GlNode {
static type(): string;
gl_method_name(): string;
gl_function_definitions(): FunctionGLDefinition[];
}