diff --git a/docs/DEFERRED.md b/docs/DEFERRED.md index 9722e84..28941d9 100644 --- a/docs/DEFERRED.md +++ b/docs/DEFERRED.md @@ -98,9 +98,9 @@ ## Phase 7-2 -- **Bilateral Blur** — SSGI 노이즈 제거 블러 미구현. +- ~~**Bilateral Blur**~~ ✅ depth/normal edge-aware 컴퓨트 셰이더 완료. - **반해상도 렌더링** — 풀 해상도 SSGI. -- **Temporal Accumulation** — 미구현. +- ~~**Temporal Accumulation**~~ ✅ 히스토리 블렌딩 컴퓨트 셰이더 완료. - **Light Probes** — 미구현. ## Phase 7-3 diff --git a/docs/STATUS.md b/docs/STATUS.md index 7eeb26c..6663f8b 100644 --- a/docs/STATUS.md +++ b/docs/STATUS.md @@ -145,13 +145,13 @@ crates/ └── voltex_editor — IMGUI, docking, 3D viewport, inspector, asset browser, TTF font, UiRenderer ``` -## 테스트: 583개 전부 통과 +## 테스트: 591개 전부 통과 - voltex_math: 37 - voltex_platform: 3 - voltex_ecs: 91 - voltex_asset: 22 -- voltex_renderer: 120 +- voltex_renderer: 128 - voltex_physics: 96 - voltex_audio: 46 - voltex_ai: 28