Commit Graph
43 Commits
Author SHA1 Message Date
ud18010 7dcf9107aa docs: correct avatar picker test path 2026-08-04 14:49:23 +08:00
ud18010 d9beaebfde docs: plan player avatar selection 2026-08-04 14:41:27 +08:00
ud18010 599ed44ebb docs: design player avatar selection 2026-08-04 14:33:14 +08:00
ud18010 41e73da631 docs: document actor behavior config locations 2026-07-30 15:16:25 +08:00
ud18010 6a3e3d298d docs: plan actor behavior system 2026-07-30 12:24:24 +08:00
ud18010 2a745f5e85 docs: translate actor behavior design to chinese 2026-07-30 12:18:07 +08:00
ud18010 3cc0216229 docs: design actor behavior system 2026-07-30 12:15:11 +08:00
ud18010 5853c5bd83 feat: add reusable virtual hud input 2026-07-30 11:14:56 +08:00
ud18010 3546d16632 docs: design virtual hud input 2026-07-30 10:17:07 +08:00
ud18010andClaude Opus 4.8 6a5e534d00 feat: isolate lobby during minigames
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-29 15:26:54 +08:00
ud18010andClaude Opus 4.8 31afce6882 feat: add minigame room player service
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-29 12:24:58 +08:00
ud18010 09c89aadf0 docs: add humanoid animation import plan 2026-07-27 19:39:14 +08:00
ud18010 c9a1e71400 chore: checkpoint current workspace 2026-07-27 12:03:36 +08:00
ud18010 90e35a5750 docs: define unified character catalog 2026-07-27 11:35:19 +08:00
ud18010andClaude Opus 4.8 6fe646310e ModelTranslator: document adaptive ray bake
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-23 17:25:44 +08:00
ud18010andClaude Opus 4.8 25f84f8557 ModelTranslator: document quad retopo upgrade
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-23 15:09:24 +08:00
ud18010andClaude Opus 4.8 ac99d104c0 ModelTranslator: document QR quad remesh backend
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-22 17:29:36 +08:00
ud18010andClaude Opus 4.8 6087ce3598 ModelTranslator: README/spec/plan 记录 UVPM 弃用启发式、只留旋转15°
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-21 16:18:56 +08:00
ud18010andClaude Opus 4.8 82db63d195 ModelTranslator: 计划 Task2 baked in UVPM 探针结论(heuristic 为主杆,rotation_step 调细)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-21 15:19:48 +08:00
ud18010andClaude Opus 4.8 09861faced ModelTranslator: UVPM 排布利用率优化实现计划
3 任务:UVPM4 属性探针(spike)→_uvpm_repack 开旋转+启发式(防御式)→
端到端验证 gargoyle 3000 利用率对比 + well1500 回归 + README。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-21 15:14:39 +08:00
ud18010andClaude Opus 4.8 f117886091 ModelTranslator: UVPM 排布利用率优化设计文档(旋转+启发式)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-21 15:11:02 +08:00
ud18010andClaude Opus 4.8 2673cda83a ModelTranslator: UV 减岛优化实现计划
6 任务:overlap_tol 纯函数(TDD)→_do_unwrap/main 透传→_clean_mesh
网格清理→model_decimate --max-overlap→README→端到端验证对比。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-21 12:26:26 +08:00
ud18010andClaude Opus 4.8 b21925be58 ModelTranslator: UV 减岛优化设计文档(--max-overlap + 网格清理)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-21 12:20:26 +08:00
ud18010andClaude Opus 4.8 f0046ea64d ModelTranslator: 按 spike 结论改 UV 观察图为 PIL 两端架构
headless Blender export_layout(PNG) 走 GPUOffScreen 不可用;改为
Blender 抽 UV 几何→sidecar JSON→系统 Python(Pillow) 绘 PNG。
拆 Task 5(绘图 TDD)/6(抽几何)/7(渲染清理),README 加 Pillow 依赖。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-21 11:11:26 +08:00
ud18010andClaude Opus 4.8 890d12fb09 ModelTranslator: UV 展开质量优化实现计划
8 个任务:算子可行性 spike → pick_best_candidate(TDD) → _unwrap_seam
增强 → _do_unwrap 角度扫描 → UV 观察图导出 → CLI 打印 → README → 验证。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-21 10:56:25 +08:00
ud18010andClaude Opus 4.8 e8c0804582 ModelTranslator: UV 展开质量优化设计文档
减面 UV 流程增强:minimize_stretch 松弛 + average_islands_scale
纹素均衡;seam 失败改为角度扫描分级抢救(66/55/45/35)取过门且
岛最少者,全失败才退 smart;新增 _low_uv.png 线框观察图。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-21 10:50:08 +08:00
ud18010andClaude Opus 4.8 8ea3951973 ModelTranslator: 移除 RizomUV 实现计划
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-20 14:18:30 +08:00
ud18010andClaude Opus 4.8 02d5754e7b ModelTranslator: 移除 RizomUV 流程设计文档
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-20 14:16:33 +08:00
ud18010andClaude Opus 4.8 b0c1aeac55 ModelTranslator: UVPM4 排布集成实现计划
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-20 12:19:57 +08:00
ud18010andClaude Opus 4.8 affc0618cf ModelTranslator: UVPackmaster4 排布集成设计文档(headless spike 7 模型实证)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-20 12:13:21 +08:00
ud18010andClaude Opus 4.8 26d91b0e7d ModelTranslator: RizomUV 接入 UV 展开管线设计(默认模式+质量门回退 seam/smart)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-17 15:30:53 +08:00
ud18010 e693a2edcf ModelTranslator: 烘焙质量自适应优化设计 2026-07-16 14:52:03 +08:00
ud18010andClaude Opus 4.8 0ba883b8d0 ModelTranslator: UV 质量门拆分并校准——翻转 2% / 重叠 8%(well1500 seam 不再误回退)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-16 12:21:27 +08:00
ud18010andClaude Opus 4.8 c24d7b9999 ModelTranslator: 减面 UV seam 展开实现计划
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-16 11:50:38 +08:00
ud18010andClaude Opus 4.8 9f326c9f80 ModelTranslator: 减面 UV 展开优化设计(锐边 seam + MINIMUM_STRETCH + 质量门回退)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-16 11:45:22 +08:00
ud18010andClaude Opus 4.8 0b29b5edae ModelTranslator: 减面/烘焙工具实现计划
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-16 10:30:17 +08:00
ud18010andClaude Opus 4.8 ffde55bf9a ModelTranslator: 减面+高低模烘焙工具设计文档
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-16 10:23:13 +08:00
ud18010andClaude Opus 4.8 a405333bf7 ModelTranslator: 菜单集成计划勾选完成(Unity 手动验证通过)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-15 20:24:59 +08:00
ud18010andClaude Opus 4.8 2ddcda6dc8 ModelTranslator: Unity 菜单集成设计文档
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-15 19:35:46 +08:00
ud18010andClaude Opus 4.8 005cc8f699 Add ModelTranslator implementation plan
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-15 10:50:05 +08:00
ud18010andClaude Opus 4.8 609788fe00 Add ModelTranslator tool design spec
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-15 10:43:01 +08:00
ud18010andClaude Opus 4.8 452e212d92 Add XPbr shader design spec
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-15 10:16:36 +08:00
ud18010andCursor 7e35d8da31 Initial commit: Client Doc docs Server Tools
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-10 10:24:29 +08:00