UNPKG

@polygonjs/polygonjs

Version:

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

11 lines (10 loc) 266 B
"use strict"; import { BaseOperation } from "../_Base"; import { NodeContext } from "../../../engine/poly/NodeContext"; export class BaseCopOperation extends BaseOperation { static context() { return NodeContext.COP; } cook(input_contents, params) { } }