UNPKG

@polygonjs/polygonjs

Version:

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

17 lines (16 loc) 288 B
"use strict"; export class BaseController { constructor(node) { this.node = node; } // add_params() {} initializeNode() { } setParamsFromMaterial(material, record) { } getTextures(material, record) { } // get material() { // return this.node.material; // } }