53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
||
"name": "advanced_skeletal_animation",
|
||
"version": "1.0.0",
|
||
"author": "Advanced Animation Team",
|
||
"description": "高级骨骼动画系统,支持模型动画加载、播放控制、混合、IK、压缩、网络同步等高级功能",
|
||
"dependencies": [
|
||
"core"
|
||
],
|
||
"enabled": true,
|
||
"autoload": false,
|
||
"modules": {
|
||
"core": {
|
||
"enabled": true,
|
||
"max_actors": 1000,
|
||
"default_play_rate": 1.0,
|
||
"default_loop": false,
|
||
"blend_time": 0.3
|
||
},
|
||
"network": {
|
||
"enabled": true,
|
||
"sync_interval": 0.1,
|
||
"interpolation_mode": "linear",
|
||
"enable_compression": true
|
||
},
|
||
"advanced": {
|
||
"state_machine": true,
|
||
"curve_editor": true,
|
||
"physics_integration": true
|
||
},
|
||
"optimization": {
|
||
"compression": true,
|
||
"lod": true,
|
||
"cache": true,
|
||
"cache_size": 500
|
||
}
|
||
},
|
||
"supported_formats": [
|
||
".egg",
|
||
".bam",
|
||
".fbx",
|
||
".gltf",
|
||
".glb"
|
||
],
|
||
"animation_extensions": [
|
||
".egg",
|
||
".bam"
|
||
],
|
||
"performance": {
|
||
"target_fps": 60,
|
||
"lod_threshold": 30,
|
||
"max_buffer_size": 100
|
||
}
|
||
} |