mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-06-18 19:52:10 +08:00
71 lines
2.0 KiB
JSON
71 lines
2.0 KiB
JSON
{
|
|
"package_version": 2,
|
|
"version": "1.0.2",
|
|
"name": "cinestation",
|
|
"description": "Smart camera system",
|
|
"main": "./dist/main.js",
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.9",
|
|
"typescript": "^4.3.4"
|
|
},
|
|
"author": "xuanye",
|
|
"editor": ">=3.3.0",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"watch": "tsc -w"
|
|
},
|
|
"contributions": {
|
|
"scene": {
|
|
"script": "./dist/scene.js"
|
|
},
|
|
"menu": [
|
|
{
|
|
"path": "i18n:menu.extension/Cinestation",
|
|
"label": "Virtual Camera",
|
|
"message": "create-virtual-camera"
|
|
},
|
|
{
|
|
"path": "i18n:menu.extension/Cinestation",
|
|
"label": "Follow Camera",
|
|
"message": "create-follow-camera"
|
|
},
|
|
{
|
|
"path": "i18n:menu.extension/Cinestation",
|
|
"label": "FreeLook Camera",
|
|
"message": "create-freelook-camera"
|
|
},
|
|
{
|
|
"path": "i18n:menu.extension/Cinestation",
|
|
"label": "Dolly Track Camera",
|
|
"message": "create-tracked-camera"
|
|
}
|
|
],
|
|
"messages": {
|
|
"selection:select": {
|
|
"methods": [
|
|
"selectNode"
|
|
]
|
|
},
|
|
"create-virtual-camera": {
|
|
"methods": [
|
|
"createVirtualCamera"
|
|
]
|
|
},
|
|
"create-follow-camera": {
|
|
"methods": [
|
|
"createFollowCamera"
|
|
]
|
|
},
|
|
"create-freelook-camera": {
|
|
"methods": [
|
|
"createFreeLookCamera"
|
|
]
|
|
},
|
|
"create-tracked-camera": {
|
|
"methods": [
|
|
"createTrackedCamera"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |