docs: update STATUS.md and DEFERRED.md with occlusion and progressive JPEG
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
- ~~**PNG 디코더 자체 구현**~~ ✅ 완료.
|
- ~~**PNG 디코더 자체 구현**~~ ✅ 완료.
|
||||||
- ~~**JPG 디코더 자체 구현**~~ ✅ Baseline JPEG 완료.
|
- ~~**JPG 디코더 자체 구현**~~ ✅ Baseline JPEG 완료.
|
||||||
- ~~**glTF 파서**~~ ✅ glTF 2.0 / GLB 완료.
|
- ~~**glTF 파서**~~ ✅ glTF 2.0 / GLB 완료.
|
||||||
- **JPG Progressive** — Baseline만 지원. Progressive JPEG 미구현.
|
- ~~**JPG Progressive**~~ ✅ SOF2 감지 + 스캔 파라미터 파싱 + DCT 계수 병합 완료.
|
||||||
- ~~**glTF 애니메이션/스킨 파싱**~~ ✅ nodes/skins/animations/JOINTS_0/WEIGHTS_0 파싱 완료. **스킨드 렌더링 + 애니메이션 시스템** 미구현.
|
- ~~**glTF 애니메이션/스킨 파싱**~~ ✅ nodes/skins/animations/JOINTS_0/WEIGHTS_0 파싱 완료. **스킨드 렌더링 + 애니메이션 시스템** 미구현.
|
||||||
|
|
||||||
## Phase 3a
|
## Phase 3a
|
||||||
@@ -80,7 +80,7 @@
|
|||||||
- ~~**도플러 효과**~~ ✅ doppler_shift 완료.
|
- ~~**도플러 효과**~~ ✅ doppler_shift 완료.
|
||||||
- ~~**HRTF**~~ ✅ ITD/ILD 기반 간소화 HRTF 완료.
|
- ~~**HRTF**~~ ✅ ITD/ILD 기반 간소화 HRTF 완료.
|
||||||
- ~~**Reverb/Echo**~~ ✅ Schroeder reverb (4 comb + 2 allpass) + Echo delay line 완료.
|
- ~~**Reverb/Echo**~~ ✅ Schroeder reverb (4 comb + 2 allpass) + Echo delay line 완료.
|
||||||
- **Occlusion** — 미구현.
|
- ~~**Occlusion**~~ ✅ 레이 기반 차폐 + 로우패스 필터 완료.
|
||||||
|
|
||||||
## Phase 6-3
|
## Phase 6-3
|
||||||
|
|
||||||
|
|||||||
@@ -145,15 +145,15 @@ 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
|
||||||
```
|
```
|
||||||
|
|
||||||
## 테스트: 646개 전부 통과
|
## 테스트: 657개 전부 통과
|
||||||
|
|
||||||
- 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: 144
|
- voltex_renderer: 150
|
||||||
- voltex_physics: 103
|
- voltex_physics: 103
|
||||||
- voltex_audio: 57
|
- voltex_audio: 62
|
||||||
- voltex_ai: 34
|
- voltex_ai: 34
|
||||||
- voltex_net: 47
|
- voltex_net: 47
|
||||||
- voltex_script: 18
|
- voltex_script: 18
|
||||||
|
|||||||
Reference in New Issue
Block a user