SDFr
SDFr copied to clipboard
a signed distance field baker for Unity

We are not be able to generate negative Distance Field (Area which is inside the mesh).
Keijiro recently posted a project that makes use of an SDF plus an SDF gradient: https://github.com/keijiro/VectorFieldExamples The gradient and SDF were exported from Houdini using the Unity VFX Toolbox plugin....
Reproduction steps: In the Build Settings, add Example/Scenes/RaymarchExample to the "Scenes In Build" list, and click Build. Full Error text: ``` Assets\SDFr\Components\SDFBaker.cs(8,18): error CS0534: 'SDFBaker' does not implement inherited abstract...
TODO work around or temporarily automate change of import settings