docs: update STATUS.md and DEFERRED.md with bilateral blur and temporal accumulation

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 15:29:42 +09:00
parent 1f855b7bf6
commit d321c0695c
2 changed files with 4 additions and 4 deletions

View File

@@ -98,9 +98,9 @@
## Phase 7-2 ## Phase 7-2
- **Bilateral Blur** — SSGI 노이즈 제거 블러 미구현. - ~~**Bilateral Blur**~~ ✅ depth/normal edge-aware 컴퓨트 셰이더 완료.
- **반해상도 렌더링** — 풀 해상도 SSGI. - **반해상도 렌더링** — 풀 해상도 SSGI.
- **Temporal Accumulation** — 미구현. - ~~**Temporal Accumulation**~~ ✅ 히스토리 블렌딩 컴퓨트 셰이더 완료.
- **Light Probes** — 미구현. - **Light Probes** — 미구현.
## Phase 7-3 ## Phase 7-3

View File

@@ -145,13 +145,13 @@ crates/
└── voltex_editor — IMGUI, docking, 3D viewport, inspector, asset browser, TTF font, UiRenderer └── voltex_editor — IMGUI, docking, 3D viewport, inspector, asset browser, TTF font, UiRenderer
``` ```
## 테스트: 583개 전부 통과 ## 테스트: 591개 전부 통과
- voltex_math: 37 - voltex_math: 37
- voltex_platform: 3 - voltex_platform: 3
- voltex_ecs: 91 - voltex_ecs: 91
- voltex_asset: 22 - voltex_asset: 22
- voltex_renderer: 120 - voltex_renderer: 128
- voltex_physics: 96 - voltex_physics: 96
- voltex_audio: 46 - voltex_audio: 46
- voltex_ai: 28 - voltex_ai: 28