docs: update STATUS.md and DEFERRED.md with HRTF, reverb, lag compensation, encryption
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -78,8 +78,8 @@
|
|||||||
## Phase 6-2
|
## Phase 6-2
|
||||||
|
|
||||||
- ~~**도플러 효과**~~ ✅ doppler_shift 완료.
|
- ~~**도플러 효과**~~ ✅ doppler_shift 완료.
|
||||||
- **HRTF** — 미구현.
|
- ~~**HRTF**~~ ✅ ITD/ILD 기반 간소화 HRTF 완료.
|
||||||
- **Reverb/Echo** — 미구현.
|
- ~~**Reverb/Echo**~~ ✅ Schroeder reverb (4 comb + 2 allpass) + Echo delay line 완료.
|
||||||
- **Occlusion** — 미구현.
|
- **Occlusion** — 미구현.
|
||||||
|
|
||||||
## Phase 6-3
|
## Phase 6-3
|
||||||
@@ -133,9 +133,9 @@
|
|||||||
|
|
||||||
- ~~**상태 동기화 (스냅샷)**~~ ✅ Snapshot + delta 압축 완료.
|
- ~~**상태 동기화 (스냅샷)**~~ ✅ Snapshot + delta 압축 완료.
|
||||||
- ~~**보간 / 예측**~~ ✅ InterpolationBuffer 완료.
|
- ~~**보간 / 예측**~~ ✅ InterpolationBuffer 완료.
|
||||||
- **지연 보상** — 미구현.
|
- ~~**지연 보상**~~ ✅ LagCompensation (history rewind + interpolation) 완료.
|
||||||
- ~~**신뢰성 계층**~~ ✅ ReliableChannel + OrderedChannel 완료.
|
- ~~**신뢰성 계층**~~ ✅ ReliableChannel + OrderedChannel 완료.
|
||||||
- **암호화 / 인증** — 미구현.
|
- ~~**암호화 / 인증**~~ ✅ PacketCipher (XOR + anti-replay) + AuthToken 완료.
|
||||||
|
|
||||||
## Phase 8-3
|
## Phase 8-3
|
||||||
|
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ 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
|
||||||
```
|
```
|
||||||
|
|
||||||
## 테스트: 624개 전부 통과
|
## 테스트: 646개 전부 통과
|
||||||
|
|
||||||
- voltex_math: 37
|
- voltex_math: 37
|
||||||
- voltex_platform: 3
|
- voltex_platform: 3
|
||||||
@@ -153,9 +153,9 @@ crates/
|
|||||||
- voltex_asset: 22
|
- voltex_asset: 22
|
||||||
- voltex_renderer: 144
|
- voltex_renderer: 144
|
||||||
- voltex_physics: 103
|
- voltex_physics: 103
|
||||||
- voltex_audio: 46
|
- voltex_audio: 57
|
||||||
- voltex_ai: 34
|
- voltex_ai: 34
|
||||||
- voltex_net: 36
|
- voltex_net: 47
|
||||||
- voltex_script: 18
|
- voltex_script: 18
|
||||||
- voltex_editor: 85
|
- voltex_editor: 85
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user