Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Reputeless committed Nov 11, 2013
1 parent 240bd30 commit c5113cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Perlin Noise C++11

Distributed under the MIT license, see LICENSE.txt

Ken Perlin の ImprovedNoise (<http://mrl.nyu.edu/~perlin/noise/>) を C++11 で実装しました。
Visual Studio 2012 で動作を確認しています。
Expand All @@ -9,7 +11,7 @@ Visual Studio 2012 で動作を確認しています。
* オクターブノイズ

の機能を追加しました。

Sample.cpp を実行すると、入力したパラメータで雲模様の画像を作成します。
入力例
* frequency = 8.0
Expand Down

0 comments on commit c5113cf

Please sign in to comment.