CSGShape.snap

Snap makes the mesh snap to a given distance so that the faces of two meshes can be perfectly aligned. A lower value results in greater precision but may be harder to adjust.

  1. double snap [@property getter]
  2. double snap [@property setter]
    struct CSGShape
    @nogc nothrow @property
    void
    snap
    (
    double v
    )

Meta