feat(renderer): cone-sampled cloud sun march (ADR-0040) #105
No reviewers
Labels
No labels
atmosphere
clouds
debug
enhancement
foundation
high-priority
integration
low-priority
medium-priority
optimization
pbr
weather
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
akadmin/NemesisEngine!105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/cloud-cone-sampling"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace the ADR-0037 linear 6-step sun march with Horizon-style cone
sampling: 5 samples pushed off-axis by a fixed widening kernel over
600 m (smooth shadow gradients, neighboring-cloud occlusion) plus a
distant on-axis 6th sample at 3x the cone length for far-cloud shadows.
Light samples switch to a cheap density_at variant (skips curl + detail
erosion) once the view ray is >0.3 opaque. Shader-only; no push-constant
or Rust changes. Closes #28.
Co-Authored-By: Claude Fable 5 noreply@anthropic.com