TkAstral3D/info/迁移目标.md
2026-04-08 15:34:43 +08:00

22 lines
777 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1. 脚本系统 支持编写代码脚本进行逻辑交互支持(升级后的)
2. GLTF轻量化工具 对GLTF格式模型进行轻量化处理轻量化率达50%以上(升级后的)
3. 数据组件 支持注册数据源,并驱动模型进行可视化展示
4. 分包打包 支持ktx2等格式纹理打包拥有更快的打包速度和更小的包体积(升级后的)
5. 离线包 导出和加载场景离线包,支持项目二次开发
6. 扩展3D对象 热力图、U面板、动态路径、水池
```text
把 Astral项目的 Astral/3d/editor/src/views/editor/components/extraPane/resource/builtin/Expansion.vue
迁移到 TkAstral3D/packages/editor/src/views/editor/components/extraPane/resource/builtin 下
要保证扩展中所有相关功能正常
```