Add Noise sampling nodes to graphs

This commit is contained in:
Wojtek Figat
2022-07-31 23:43:35 +02:00
parent 2104dbc682
commit 20572c53af
6 changed files with 82 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ public:
API_FUNCTION() static Float2 WorleyNoise(const Float2& p);
/// <summary>
/// Voronoi noise.
/// Voronoi noise (X=minDistToCell, Y=randomColor, Z=minEdgeDistance).
/// </summary>
/// <param name="p">Point on a 2D grid to sample noise at.</param>
/// <returns>Noise result with: X=minDistToCell, Y=randomColor, Z=minEdgeDistance.</returns>