No matching definitions.

sdf/blend

src/sdf/blend.tur

smooth blending operations on SdfExpr trees.

Since: Phase 5

defn

sdf-smooth-intersection

(sdf-smooth-intersection [a : int b : int k : float] :)

smooth CSG intersection (smooth max).

a b -- SdfExpr handles
kblend radius (>= 0; 0 = sharp intersection)

SdfExpr handle for the smoothly intersected shape.

(sdf-smooth-intersection sphere box 0.2)

Since: Phase 5