EG/plugins/user/skeletal_animation_system/config.json
2025-12-12 16:16:15 +08:00

32 lines
773 B
JSON

{
"name": "skeletal_animation_system",
"version": "1.0.0",
"author": "EG Team",
"description": "骨骼动画系统,支持模型动画加载、播放控制、混合等高级功能",
"dependencies": [
"core"
],
"enabled": true,
"autoload": false,
"config": {
"default_play_rate": 1.0,
"default_loop": false,
"enable_gui": true,
"enable_events": true,
"max_actors": 100,
"animation_cache_size": 50,
"blend_default_time": 1.0,
"debug_mode": false
},
"supported_formats": [
".egg",
".bam",
".fbx",
".gltf",
".glb"
],
"animation_extensions": [
".egg",
".bam"
]
}