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
It would be great if Ultraviolet came with a selection of pre-made SDF utilities for SDF.
This is standard Scala stuff, no macros. The functions will need to be compatible with inlining, and exposed via import ultraviolet.* but otherwise, the work is straight forward.
It would be great if Ultraviolet came with a selection of pre-made SDF utilities for SDF.
This is standard Scala stuff, no macros. The functions will need to be compatible with inlining, and exposed via
import ultraviolet.*
but otherwise, the work is straight forward.SDF references:
A couple of existing Ultraviolet SDF implementations: https://ultraviolet.indigoengine.io/examples/fragment/sdf/
All of which are based on the work of Inigo Quilez: https://iquilezles.org/articles/distfunctions2d/
The text was updated successfully, but these errors were encountered: