README: record M0' T0.1–T0.3 verified, T0.4 pending export templates

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WaHYEY9rwLWt21PULiYjeJ
This commit is contained in:
Claude
2026-08-29 09:10:15 +09:00
parent c52b8657c4
commit 67109990ec
+10 -1
View File
@@ -19,7 +19,16 @@
## 现状
- [~] **M0'** — 脚手架。GDExtension 骨架(`Metin2Model` 空节点)+ `libgr2` 静态库集成 + Godot 4.7 工程(orbit 相机 + 方向光阴影 + sky + 占位 cube)。macOS only。
- [~] **M0'** — 脚手架macOS)。本机已验证:
- **T0.1** GDExtension 加载、`Metin2Model` 注册成功
`[mtgodot] Metin2Model registered OK`)。
- **T0.2** `libgr2` 链接进扩展且可调用:`probe_gr2(warrior_cheongrin.gr2)
→ gr2 OK: format_version=6 sections=8`。
- **T0.3** Godot 4.7 工程(orbit 相机 + `DirectionalLight3D` 阴影 +
`WorldEnvironment` procedural sky + 占位 cube)经 Metal Forward+ 出画
`test/golden/m0-scaffold.png`)。
- **T0.4** `export_presets.cfg`macOS)就位;实际 `export` 待安装 4.7.1
导出模板(`godot --headless --install-export-templates`)。
---