edit comments
This commit is contained in:
@@ -27,9 +27,9 @@ float mapNoiseToY(float noiseValue) {
|
||||
/**
|
||||
* @brief A window class that displays Perlin noise in three modes.
|
||||
*
|
||||
* Mode 0: 1D graph – raw noise (red) and smoothed noise (blue) drawn as connected dots.
|
||||
* Mode 1: 2D raw noise image – the noise field is rendered as a grayscale image.
|
||||
* Mode 2: 2D smoothed noise image – the smoothed noise field is rendered as a grayscale image.
|
||||
* Mode 0: 1D graph - raw noise (red) and smoothed noise (blue) drawn as connected dots.
|
||||
* Mode 1: 2D raw noise image - the noise field is rendered as a grayscale image.
|
||||
* Mode 2: 2D smoothed noise image - the smoothed noise field is rendered as a grayscale image.
|
||||
*
|
||||
* Pressing the space bar or left mouse button cycles through the modes.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user