Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the adaptive Runge-Kutta method for path integration #2

Open
simondemeule opened this issue Sep 27, 2020 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@simondemeule
Copy link
Owner

The current path integration algorithm used by RenderCore is a simple Euler method algorithm. This works okay, but its fixed step size is far from optimal — regions of very low curvature would benefit from a larger step size, saving on computation time, while regions of high curvature would benefit from smaller step size, yielding better accuracy.

@simondemeule simondemeule added the enhancement New feature or request label Sep 27, 2020
@simondemeule simondemeule changed the title Implement the Adaptive Runge-Kutta Method for Path Integration Implement the adaptive Runge-Kutta method for path integration Sep 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant