{ "name": "morphing_animation", "version": "1.0.0", "author": "Morphing Animation Team", "description": "完整的顶点变形、morphing目标、网格变形解决方案,支持模型动画加载、播放控制、混合、物理集成、压缩、网络同步等高级功能", "dependencies": [ "core" ], "enabled": true, "autoload": false, "modules": { "core": { "enabled": true, "max_morph_targets": 100, "default_interpolation": "linear", "update_rate": 60, "cache_size": 200 }, "advanced": { "state_machine": true, "curve_editor": true, "physics_integration": true, "state_machine_update_rate": 30, "curve_editor_points": 100, "physics_update_rate": 60 }, "optimization": { "compression": true, "lod": true, "cache": true, "compression_threshold": 0.001, "cache_size": 500, "lod_distance_thresholds": [10.0, 25.0, 50.0], "lod_frame_rates": [1.0, 0.5, 0.25, 0.1] }, "network": { "enabled": true, "sync_interval": 0.1, "interpolation_mode": "linear", "enable_compression": true, "max_buffer_size": 100 } }, "supported_formats": [ ".egg", ".bam" ], "performance": { "target_fps": 60, "lod_threshold": 30, "max_buffer_size": 100 } }