Skip to content

feat: Differentiable Rendering / Scene fiting#6

Merged
andrinr merged 7 commits into
mainfrom
diffable_render
May 10, 2026
Merged

feat: Differentiable Rendering / Scene fiting#6
andrinr merged 7 commits into
mainfrom
diffable_render

Conversation

@andrinr
Copy link
Copy Markdown
Owner

@andrinr andrinr commented Mar 28, 2026

No description provided.

andrinr and others added 7 commits March 28, 2026 23:32
Standard sphere tracing with exact SDFs never overshoots (d never goes
negative), so the sign-change bracket was never set and bisection silently
fell back to the sphere-trace result.

Fix: after the coarse march, compute a Newton step using the directional
derivative of the SDF to place a point just inside the surface, establishing
the bracket for any ray angle. Also equalise the SDF budget in the notebook
demo (32 sphere vs 24 march + 8 bisect).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@andrinr andrinr merged commit 45c15ef into main May 10, 2026
3 of 4 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators May 10, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant