docs: update STATUS.md and DEFERRED.md with RT reflections, RT AO, RT point shadows

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 16:38:15 +09:00
parent 039dbe0d09
commit 37addfdf03
2 changed files with 5 additions and 5 deletions

View File

@@ -105,9 +105,9 @@
## Phase 7-3 ## Phase 7-3
- **RT Reflections** — 미구현. - ~~**RT Reflections**~~ ✅ 컴퓨트 셰이더 (G-Buffer 기반 반사 레이 마칭) 완료.
- **RT AO** — 미구현. - ~~**RT AO**~~ ✅ 컴퓨트 셰이더 (코사인 가중 반구 샘플링) 완료.
- **Point/Spot Light RT shadows** — Directional만 구현. - ~~**Point/Spot Light RT shadows**~~ ✅ 인프라 + 컴퓨트 셰이더 완료.
- **Soft RT shadows** — 단일 ray만. - **Soft RT shadows** — 단일 ray만.
- **BLAS 업데이트** — 정적 지오메트리만. - **BLAS 업데이트** — 정적 지오메트리만.
- **Fallback** — RT 미지원 GPU 폴백 미구현. - **Fallback** — RT 미지원 GPU 폴백 미구현.

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
``` ```
## 테스트: 657개 전부 통과 ## 테스트: 663개 전부 통과
- 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: 150 - voltex_renderer: 156
- voltex_physics: 103 - voltex_physics: 103
- voltex_audio: 62 - voltex_audio: 62
- voltex_ai: 34 - voltex_ai: 34