starting KF Editor
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"routes": [
|
||||
{
|
||||
"url": "/keyframe",
|
||||
"role": [ "*" ],
|
||||
"controller" : "/editors/EditorsController",
|
||||
"method": "keyframe"
|
||||
},
|
||||
{
|
||||
"url": "/sprites",
|
||||
"role": [ "*" ],
|
||||
"controller" : "/editors/EditorsController",
|
||||
"method": "sprites"
|
||||
},
|
||||
{
|
||||
"url": "/eventmaps",
|
||||
"role": [ "*" ],
|
||||
"controller" : "/editors/EditorsController",
|
||||
"method": "eventmaps"
|
||||
}
|
||||
],
|
||||
"models": [
|
||||
"AgentsModel"
|
||||
],
|
||||
"views": [
|
||||
"editors/KeyframeView"
|
||||
],
|
||||
"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":"sapceViewSetting", "name": "sapceViewSetting.html"}
|
||||
],
|
||||
"json": [
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user