From 8685d7c4aa4601bbef9b6ded9e7995f34f645eb5 Mon Sep 17 00:00:00 2001 From: tolelom <98kimsungmin@naver.com> Date: Thu, 26 Mar 2026 16:25:57 +0900 Subject: [PATCH] docs: update STATUS.md and DEFERRED.md with motion blur and DOF Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/DEFERRED.md | 3 ++- docs/STATUS.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/DEFERRED.md b/docs/DEFERRED.md index f35021b..72daf43 100644 --- a/docs/DEFERRED.md +++ b/docs/DEFERRED.md @@ -116,7 +116,8 @@ - ~~**TAA**~~ ✅ Halton jitter + neighborhood clamping + history blending 컴퓨트 셰이더 완료. - ~~**SSR**~~ ✅ 스크린 스페이스 레이 마칭 + edge fade 컴퓨트 셰이더 완료. -- **Motion Blur, DOF** — 미구현. +- ~~**Motion Blur**~~ ✅ 카메라 속도 기반 컴퓨트 셰이더 완료. +- ~~**DOF**~~ ✅ Circle-of-confusion 기반 컴퓨트 셰이더 완료. - ~~**Auto Exposure**~~ ✅ 컴퓨트 셰이더 luminance + 적응형 노출 계산 완료. deferred_demo 통합 미완료. - **Bilateral Bloom Blur** — 단순 tent filter. diff --git a/docs/STATUS.md b/docs/STATUS.md index 5137b0b..5181f34 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 ``` -## 테스트: 617개 전부 통과 +## 테스트: 624개 전부 통과 - voltex_math: 37 - voltex_platform: 3 - voltex_ecs: 91 - voltex_asset: 22 -- voltex_renderer: 137 +- voltex_renderer: 144 - voltex_physics: 103 - voltex_audio: 46 - voltex_ai: 34