You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As presented in this paper, the segment tracing algorithm produces significant performance gains over regular sphere tracing by adapting step size to SDF geometry.
This requires the ability to calculate extra data about a given SDF, namely its falloff function, and consequently its lipschitz bound with respect to a ray or segment - this should be feasible to encode as a custom attribute.
The text was updated successfully, but these errors were encountered:
As presented in this paper, the segment tracing algorithm produces significant performance gains over regular sphere tracing by adapting step size to SDF geometry.
This requires the ability to calculate extra data about a given SDF, namely its falloff function, and consequently its lipschitz bound with respect to a ray or segment - this should be feasible to encode as a custom attribute.
The text was updated successfully, but these errors were encountered: