3d grid + cleaner 2D 3D Mode

This commit is contained in:
STEINNI
2025-09-26 21:14:57 +00:00
parent dd860b45a9
commit 69c9034d73
3 changed files with 21 additions and 16 deletions
+3 -3
View File
@@ -35,8 +35,9 @@ class MainDashboardView extends EICDomContent {
constructor() {
super()
Object.assign(this, app.helpers.activeAttributes)
//this.tileMarkup = app.Assets.Store.html['/app/assets/html/mailing/tile.html']
}
DOMContentFocused(options) {
// Avoid 2nd refesh on DomContentLoaded
if(this.wasBlured){
@@ -55,8 +56,7 @@ class MainDashboardView extends EICDomContent {
this.ttb = new app.LoadedModules.Threetobus(this.outputs.paper43)
this.ttb.initScene()
this.ttb.changeCamera(options.camName)
this.ttb.startRendering()
this.ttb.startRendering(options.mode)
const m1 = this.ttb.buildFromJSON(this.agentTypes.molecule1)
m1.name = 'toto'