diff --git a/README.md b/README.md index 0e27d169..95c4fc66 100644 --- a/README.md +++ b/README.md @@ -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`)。 ---