diff options
Diffstat (limited to 'cnn_v3/docs')
| -rw-r--r-- | cnn_v3/docs/HOWTO.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cnn_v3/docs/HOWTO.md b/cnn_v3/docs/HOWTO.md index 765d80b..5c5cc2a 100644 --- a/cnn_v3/docs/HOWTO.md +++ b/cnn_v3/docs/HOWTO.md @@ -106,7 +106,7 @@ outputs[1] → feat_tex1 (rgba32uint: mat_id, prev.rgb, mip1.rgb, mip2.rgb, s | Internal scene + animation | ✅ Done | cubes + spheres + 2 lights | | Pass 2: SDF shadow | ✅ Done | `gbuf_shadow.wgsl`, proxy-box SDF per object | | Pass 3: Transparency | ❌ TODO | low priority, opaque scenes only | -| Phase 4: type-aware SDF | ❌ TODO | optional refinement | +| Phase 4: type-aware SDF | ✅ Done | switch on `obj.params.x` in `dfWithID` | ### Pass 2: SDF shadow raymarching |
