restructured rendering, added Tweener & smoothMove

This commit is contained in:
STEINNI
2025-09-27 11:40:33 +00:00
parent 69c9034d73
commit dd3b4f32f4
10 changed files with 967 additions and 146 deletions
@@ -10,7 +10,7 @@
"models": [
],
"views": [
"dashboards/MainDashboardView"
"visualisers/SpaceView"
],
"controllerDependencies": [
"/helpers/basicDialogs",
@@ -18,12 +18,14 @@
"/helpers/activeAttributes",
"/thirdparty/Threetobus/three.module",
"/thirdparty/Threetobus/OrbitControls.module",
"/thirdparty/Threetobus/tween.module",
"/thirdparty/Threetobus/threetobus.module"
],
"assets": {
"styles": [
],
"json": [
{"id":"agentDefs", "name": "agents/basic3D.json"}
]
}
}