docs: update STATUS.md and DEFERRED.md with transparent forward pass

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 14:53:03 +09:00
parent afb95c9fb1
commit f79889cbf1
2 changed files with 3 additions and 3 deletions

View File

@@ -91,7 +91,7 @@
## Phase 7-1 ## Phase 7-1
- **투명 오브젝트** — 디퍼드에서 처리 불가. 별도 포워드 패스 필요. - ~~**투명 오브젝트**~~ ✅ ForwardPass (알파 블렌딩, HDR 타겟, depth read-only) + back-to-front 정렬 완료. deferred_demo 통합 미완료.
- **G-Buffer 압축** — 미적용. - **G-Buffer 압축** — 미적용.
- **Light Volumes** — 풀스크린 라이팅만. - **Light Volumes** — 풀스크린 라이팅만.
- **Stencil 최적화** — 미구현. - **Stencil 최적화** — 미구현.

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
``` ```
## 테스트: 560개 전부 통과 ## 테스트: 563개 전부 통과
- voltex_math: 37 - voltex_math: 37
- voltex_platform: 3 - voltex_platform: 3
- voltex_ecs: 83 - voltex_ecs: 83
- voltex_asset: 22 - voltex_asset: 22
- voltex_renderer: 106 - voltex_renderer: 109
- voltex_physics: 96 - voltex_physics: 96
- voltex_audio: 46 - voltex_audio: 46
- voltex_ai: 28 - voltex_ai: 28