tween on positions

This commit is contained in:
STEINNI
2025-09-28 18:28:17 +00:00
parent 34d93cecdb
commit 8be18e8d83
8 changed files with 106 additions and 88 deletions
@@ -22,11 +22,10 @@ class DashboardsController extends EICController {
grid: true,
})
console.log('===CTRL molecule1==>', this.agentDefs.molecule1)
const m1 = ttb.buildFromJSON('agent42', this.agentDefs.molecule1)
ttb.scene.add(m1)
// setTimeout(() => {
// ttb.smoothRelMove({
// ttb.smoothMove({
// object: m1,
// dX: 5,
// dY:0,
@@ -47,6 +46,7 @@ class DashboardsController extends EICController {
// }
// })
//TODO: eventsMapping: address child by suffix in assignations
this.loadWindow(
'visualisers/SpaceView',
@@ -54,6 +54,7 @@ class DashboardsController extends EICController {
title: '3D view',
static: true,
expanded: false,
withSettings: true,
windowStyle:{
width: '800px',
height: '600px',
@@ -75,6 +76,7 @@ class DashboardsController extends EICController {
title: '2D View',
static: true,
expanded: false,
withSettings: true,
windowStyle:{
width: '600px',
height: '450px',