3d grid + cleaner 2D 3D Mode
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user