tween on positions
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user