working on simManage
This commit is contained in:
@@ -3,6 +3,7 @@ class DashboardsController extends WindozController {
|
||||
constructor(params) {
|
||||
super(params)
|
||||
this.arenaConfig = app.Assets.Store.json.arenaConfig
|
||||
this.busChannels = app.Assets.Store.json.busChannels
|
||||
this.eventsMapping = app.Assets.Store.json.eventsMapping
|
||||
console.log('=============>DashboardsController constructor')
|
||||
}
|
||||
@@ -21,6 +22,7 @@ class DashboardsController extends WindozController {
|
||||
const ttb = new app.LoadedModules.Threetobus({
|
||||
eventsMapping: this.eventsMapping,
|
||||
sceneSize: this.arenaConfig.arenaSize,
|
||||
observer: this.busChannels.observer,
|
||||
})
|
||||
ttb.initScene({
|
||||
axes: true,
|
||||
|
||||
Reference in New Issue
Block a user