This project demonstrates a ripple (wave) effect applied to mesh vertices using Shader Graph in Unity. It is ideal for effects like water ripples, energy waves, or any stylized mesh deformation.
This Unity C# script provides efficient methods to determine whether a point is located inside a triangular mesh and to compute the closest point on the mesh's surface from an internal point.