UNPKG

polygonjs-engine

Version:

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

15 lines (14 loc) 219 B
export class PolyLibsController { constructor() { this._root = "/three/js/libs"; } root() { return this._root; } setRoot(url) { if (url == "") { url = null; } this._root = url; } }