41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"routes": [
|
|
{
|
|
"url": "/",
|
|
"role": [ "*" ],
|
|
"exturl": "/live/spaceviewer"
|
|
},
|
|
{
|
|
"url": "/spaceviewer",
|
|
"role": [ "*" ],
|
|
"controller" : "/live/DashboardsController",
|
|
"method": "spaceViewer"
|
|
}
|
|
],
|
|
"models": [
|
|
"AgentsModel"
|
|
],
|
|
"views": [
|
|
"visualisers/SpaceView"
|
|
],
|
|
"controllerDependencies": [
|
|
"/helpers/basicDialogs",
|
|
"/helpers/validators",
|
|
"/helpers/activeAttributes",
|
|
"/thirdparty/Threetobus/three.module",
|
|
"/thirdparty/Threetobus/OrbitControls.module",
|
|
"/thirdparty/Threetobus/tween.module",
|
|
"/thirdparty/Threetobus/threetobus.module"
|
|
],
|
|
"assets": {
|
|
"styles": [
|
|
],
|
|
"html": [
|
|
{ "id":"spaceViewSetting", "name": "spaceViewSetting.html"}
|
|
],
|
|
"json": [
|
|
{"id":"arenaConfig", "name": "arena/arenaConfig1.json"},
|
|
{"id":"eventsMapping", "name": "threetobus/eventsMapping.json"}
|
|
]
|
|
}
|
|
} |