Volume Rendering Practice In Unity(Part One)
Raymarching Distance Field
In traditional rendering pipeline, we just post preset vertices to gpu and get what shape we want.
However, these triangles seem to be sharp and cold. When we want to draw a sphere, we need to crea...