A small indie game team used Quad Remesher to generate low‑poly assets for mobile platforms. Several assets imported into Unity displayed visible cracks when the camera was close. The fix involved:
Quad Remesher is a proprietary algorithm that converts an arbitrary, usually high‑poly, triangulated mesh into a clean, evenly spaced, quadrilateral‑dominant topology. Its primary objectives are: Quad Remesher Crack
The algorithm relies on a combination of Lloyd‑type relaxation, edge‑flipping, vertex repositioning, and field‑guided anisotropic smoothing. These steps are iteratively applied until convergence criteria (e.g., a maximum number of iterations or a tolerance on vertex displacement) are satisfied. A small indie game team used Quad Remesher
From a mathematical perspective the crack is a discontinuity in the surface’s parametric representation. In practice it is caused by non‑manifold edges or inconsistent vertex positions that break the assumption of a watertight mesh. The gap can be thought of as a zero‑width polygon that the renderer interprets as a thin face with a distinct normal, leading to shading artifacts. Quad Remesher is a proprietary algorithm that converts
Even a sub‑pixel crack can become noticeable in close‑up shots, silhouette renders, or when the mesh is used for normal‑map baking, where the gap can introduce artifacts (e.g., haloing or incorrect shading) in the baked textures.