UNPKG

polygonjs-engine

Version:

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

13 lines (9 loc) 206 B
import {BaseMatNodeType} from '../_Base'; export class BaseController { constructor(protected node: BaseMatNodeType) {} add_params() {} update() {} get material() { return this.node.material; } }