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:
STEINNI
2025-11-17 17:19:35 +00:00
parent 640d565d57
commit aa5b77f65b
13 changed files with 135 additions and 87 deletions
+3 -2
View File
@@ -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": {