Matérn noise vs. iid Gaussian
Our Matérn noise is triangulation-agnostic, meaning that it yields similar distributions for different discretizations of the same underlying surface. See the figure for visual comparisons of our Matérn noise with simple iid Gaussian on different meshes.
How to sample Matérn noise?
Matérn noise $\textbf{f}$ is sampled by solving a screened Poisson equation as:
$$ (\textbf{L} + \boldsymbol{\tau}\textbf{M})\textbf{f} = \textbf{M}\textbf{w}, $$where $\textbf{L}$ and $\textbf{M}$ are the mesh's cotangent Laplacian and lumped mass matrix, $\textbf{w} \sim \mathcal{N}(\textbf{0}, \textbf{M}^{-1})$ is a white noise sample, and $\boldsymbol{\tau}$ is the user-chosen screening term controlling the amount of higher frequency content in the noise (see the figure for how it affects the noise distribution). Check our paper for details on Matérn noise.