fixed preferences, fixed windows handles

This commit is contained in:
STEINNI
2025-09-27 18:05:42 +00:00
parent dd3b4f32f4
commit d336ad7ce1
5 changed files with 69 additions and 29 deletions
@@ -11,7 +11,6 @@ class DashboardsController extends EICController {
*/
index() {
const models = {
// mailings: new MailingsModel(payload['/mailings'].permissions)
}
const ttb = new app.LoadedModules.Threetobus()
@@ -19,17 +18,17 @@ class DashboardsController extends EICController {
const m1 = ttb.buildFromJSON(this.agentDefs.molecule1)
m1.name = 'agent42'
ttb.scene.add(m1)
setTimeout(() => {
ttb.smoothRelMove({
object: m1,
dX: 5,
dY:0,
dZ:0,
delay: 1500,
easing: 'Quadratic',
easingMode: 'InOut',
})
},3000)
// setTimeout(() => {
// ttb.smoothRelMove({
// object: m1,
// dX: 5,
// dY:0,
// dZ:0,
// delay: 1500,
// easing: 'Quadratic',
// easingMode: 'InOut',
// })
// },3000)
this.loadWindow(
'visualisers/SpaceView',