Skip to content

v0.5.0: Smooth interpolation for parametric functions

Compare
Choose a tag to compare
@stevenpetryk stevenpetryk released this 06 Nov 03:12
· 229 commits to main since this release

The Function.Parametric sampling algorithm now dynamically increases the number of samples depending on the roughness of the function. The samples (the raw number of samples) prop has been deprecated in favor of minimumSamplingDepth (the minimum amount of subdivisions to evaluate the function with).

See PR #37.