How can I generate signed distance fields in real time, fast?
- by heishe
In a previous question, it was suggested that signed distance fields can be precomputed, loaded at runtime and then used from there.
For reasons I will explain at the end of this question (for people interested), I need to create the distance fields in real time.
There are some papers out there for different methods which are supposed to be…