summaryrefslogtreecommitdiff
path: root/src/glm/core/func_noise.inl
diff options
context:
space:
mode:
Diffstat (limited to 'src/glm/core/func_noise.inl')
-rw-r--r--src/glm/core/func_noise.inl21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/glm/core/func_noise.inl b/src/glm/core/func_noise.inl
new file mode 100644
index 0000000..f5a02dc
--- /dev/null
+++ b/src/glm/core/func_noise.inl
@@ -0,0 +1,21 @@
+///////////////////////////////////////////////////////////////////////////////////////////////////
+// OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net)
+///////////////////////////////////////////////////////////////////////////////////////////////////
+// Created : 2008-08-01
+// Updated : 2011-04-14
+// Licence : This source is under MIT License
+// File : glm/core/func_noise.inl
+///////////////////////////////////////////////////////////////////////////////////////////////////
+
+namespace glm
+{
+ namespace core{
+ namespace function{
+ namespace noise{
+
+
+
+ }//namespace noise
+ }//namespace function
+ }//namespace core
+}//namespace glm