API Reference · Geometry

ScalarField

Namespace: Ava3D

public delegate float ScalarField(in Vector3 point)

A signed distance: how far point is from a surface, negative inside it and positive outside. Only the sign and the values near zero matter to SurfaceNets; the distance does not have to be exact further away, so a bound or a blend of bounds serves.

See also