UNPKG

polygonjs-engine

Version:

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

10 lines (9 loc) 265 B
import {BaseOperation} from "../_Base"; import {NodeContext as NodeContext2} from "../../../engine/poly/NodeContext"; export class BaseCopOperation extends BaseOperation { static context() { return NodeContext2.COP; } cook(input_contents, params) { } }