From d321c0695c248d55e407de95acb43b8cb35eb60b Mon Sep 17 00:00:00 2001 From: tolelom <98kimsungmin@naver.com> Date: Thu, 26 Mar 2026 15:29:42 +0900 Subject: [PATCH] docs: update STATUS.md and DEFERRED.md with bilateral blur and temporal accumulation Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/DEFERRED.md | 4 ++-- docs/STATUS.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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