We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d4d4e commit 8ce7ed4Copy full SHA for 8ce7ed4
README.md
@@ -8,6 +8,9 @@ Based on Ken Perlin's [Improved Noise](<http://mrl.nyu.edu/~perlin/noise/>).
8
* octave noise
9
* [0.0, 1.0] noise
10
11
+## License
12
+siv::PerlinNoise is distributed under the MIT license.
13
+
14
## Examples
15
Run Test_PerlinNoise.cpp with the following parameters.
16
```
@@ -17,6 +20,3 @@ Run Test_PerlinNoise.cpp with the following parameters.
17
20
18
21
19
22

-
-## License
-siv::PerlinNoise is distributed under the MIT license.
0 commit comments