styling, add&del buttons...
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
"/helpers/basicDialogs",
|
||||
"/helpers/validators",
|
||||
"/helpers/activeAttributes",
|
||||
"/helpers/helpers3D.module",
|
||||
"/helpers/helpers3D.module",
|
||||
"/helpers/formBuilder",
|
||||
"/thirdparty/Three/three.module",
|
||||
"/thirdparty/Three/OrbitControls.module",
|
||||
"/thirdparty/Three/tween.module"
|
||||
|
||||
@@ -27,8 +27,8 @@ class DashboardsController extends WindozController {
|
||||
})
|
||||
|
||||
this.agentSprites = await models.agents.getSprites('Basic 3D')
|
||||
const a1 = ttb.createAgent('agent42', this.agentSprites.find(item => item.atp_name=='nocode1').atp_3d)
|
||||
const a2 = ttb.createAgent('agent42', this.agentSprites.find(item => item.atp_name=='nocode1').atp_3d)
|
||||
const a1 = ttb.createAgent('agent42', this.agentSprites.find(item => item.atp_name=='nocode1').asp_3d)
|
||||
const a2 = ttb.createAgent('agent43', this.agentSprites.find(item => item.atp_name=='nocode2').asp_3d)
|
||||
ttb.scene.add(a1)
|
||||
ttb.scene.add(a2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user