27#ifndef EASY3D_ALGO_GAUSSIAN_NOISE_H
28#define EASY3D_ALGO_GAUSSIAN_NOISE_H
Add Gaussian noise to 3D models.
Definition: gaussian_noise.h:38
static void apply(SurfaceMesh *mesh, float sigma)
Add Gaussian noise (that has a normal distribution) to the surface mesh.
Definition: gaussian_noise.cpp:41
A data structure for point clouds.
Definition: point_cloud.h:45
A halfedge data structure for polygonal meshes of 2-manifold.
Definition: surface_mesh.h:52
Definition: collider.cpp:182