Added snoise (2d) implementation draft

This commit is contained in:
Christophe Riccio
2011-04-21 17:20:56 +01:00
parent a805b42f8b
commit 3bf665116d
5 changed files with 72 additions and 94 deletions

View File

@@ -13,5 +13,5 @@
int main()
{
float ValueSNoise2D = glm::snoise(glm::vec2(0.5f));
}