summaryrefslogtreecommitdiff
path: root/trunk/glagen/NOTES
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/glagen/NOTES')
-rw-r--r--trunk/glagen/NOTES10
1 files changed, 0 insertions, 10 deletions
diff --git a/trunk/glagen/NOTES b/trunk/glagen/NOTES
deleted file mode 100644
index 8589cba..0000000
--- a/trunk/glagen/NOTES
+++ /dev/null
@@ -1,10 +0,0 @@
-Fonction a passer lors de l'Init :
-
-int GLG_palloc(kind..)
-int GLG_read(...)
-int GLG_write()
-void GLG_perlin()
- double GLG_Perlin_noise_1D(double arg);
- float GLG_Perlin_noise_2D(float vec[2]);
- float GLG_Perlin_noise_3D(float vec[3]);
- float GLG_Perlin_noise_4D(float vec[4]);