| 73 | // this class is not yet used, later will be used to configure the Physical component |
| 74 | |
| 75 | constructor (...args) { |
| 76 | super(...Array.from(args || [])) |
| 77 | this.callback = this.callback.bind(this) |
| 78 | if (this.settings.world == null) { console.error('Region Treema node needs a World included in the settings.') } |
| 79 | if (this.settings.view == null) { console.error('Region Treema node needs a RootView included in the settings.') } |
| 80 | } |
| 81 | |
| 82 | buildValueForDisplay (valEl, data) { |
| 83 | super.buildValueForDisplay(valEl, data) |