Three 160, importmap only towards CDN, no more Sparc imports for Three components, kicke outdated outliner, replaced by custom simpler highliter
This commit is contained in:
@@ -31,10 +31,7 @@
|
||||
"/helpers/validators",
|
||||
"/helpers/activeAttributes",
|
||||
"/helpers/helpers3D.module",
|
||||
"/helpers/formBuilder",
|
||||
"/thirdparty/Three/three.module",
|
||||
"/thirdparty/Three/OrbitControls.module",
|
||||
"/thirdparty/Three/tween.module"
|
||||
"/helpers/formBuilder"
|
||||
],
|
||||
"assets": {
|
||||
"styles": [
|
||||
|
||||
@@ -4,6 +4,7 @@ class DashboardsController extends WindozController {
|
||||
super(params)
|
||||
this.arenaConfig = app.Assets.Store.json.arenaConfig
|
||||
this.eventsMapping = app.Assets.Store.json.eventsMapping
|
||||
console.log('=============>DashboardsController constructor')
|
||||
}
|
||||
|
||||
|
||||
@@ -16,7 +17,7 @@ class DashboardsController extends WindozController {
|
||||
const models = {
|
||||
agents : new AgentsModel('/agents')
|
||||
}
|
||||
|
||||
console.log('=============>spaceViewer 0')
|
||||
const ttb = new app.LoadedModules.Threetobus({
|
||||
eventsMapping: this.eventsMapping,
|
||||
sceneSize: this.arenaConfig.arenaSize,
|
||||
@@ -34,7 +35,7 @@ class DashboardsController extends WindozController {
|
||||
|
||||
//TODO: eventsMapping: address child by suffix in assignations
|
||||
|
||||
|
||||
console.log('=============>spaceViewer 1')
|
||||
this.loadWindow(
|
||||
'visualisers/SpaceView',
|
||||
{
|
||||
|
||||
@@ -22,10 +22,7 @@
|
||||
"/helpers/basicDialogs",
|
||||
"/helpers/validators",
|
||||
"/helpers/activeAttributes",
|
||||
"/helpers/helpers3D.module",
|
||||
"/thirdparty/Three/three.module",
|
||||
"/thirdparty/Three/OrbitControls.module",
|
||||
"/thirdparty/Three/tween.module",
|
||||
"/helpers/helpers3D.module",
|
||||
"/thirdparty/Threetobus/threetobus.module"
|
||||
],
|
||||
"assets": {
|
||||
|
||||
@@ -45,9 +45,6 @@
|
||||
"json": [
|
||||
{ "id": "user-roles", "name": "global/user-roles.json" },
|
||||
{ "id": "user-messages", "name": "system/user-messages.json" }
|
||||
],
|
||||
"html": [
|
||||
{ "id":"toto", "name": "toto.html"}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user