From 37addfdf0319fb8753506179b0f84975ca732f8e Mon Sep 17 00:00:00 2001 From: tolelom <98kimsungmin@naver.com> Date: Thu, 26 Mar 2026 16:38:15 +0900 Subject: [PATCH] docs: update STATUS.md and DEFERRED.md with RT reflections, RT AO, RT point shadows Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/DEFERRED.md | 6 +++--- docs/STATUS.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/DEFERRED.md b/docs/DEFERRED.md index 751a858..4507d40 100644 --- a/docs/DEFERRED.md +++ b/docs/DEFERRED.md @@ -105,9 +105,9 @@ ## Phase 7-3 -- **RT Reflections** — 미구현. -- **RT AO** — 미구현. -- **Point/Spot Light RT shadows** — Directional만 구현. +- ~~**RT Reflections**~~ ✅ 컴퓨트 셰이더 (G-Buffer 기반 반사 레이 마칭) 완료. +- ~~**RT AO**~~ ✅ 컴퓨트 셰이더 (코사인 가중 반구 샘플링) 완료. +- ~~**Point/Spot Light RT shadows**~~ ✅ 인프라 + 컴퓨트 셰이더 완료. - **Soft RT shadows** — 단일 ray만. - **BLAS 업데이트** — 정적 지오메트리만. - **Fallback** — RT 미지원 GPU 폴백 미구현. diff --git a/docs/STATUS.md b/docs/STATUS.md index acc3ea1..14f5938 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 ``` -## 테스트: 657개 전부 통과 +## 테스트: 663개 전부 통과 - voltex_math: 37 - voltex_platform: 3 - voltex_ecs: 91 - voltex_asset: 22 -- voltex_renderer: 150 +- voltex_renderer: 156 - voltex_physics: 103 - voltex_audio: 62 - voltex_ai: 34