From c50bc6329ff6e336de47efa7b2275c77e85a75a1 Mon Sep 17 00:00:00 2001 From: hugues Date: Thu, 10 Feb 2005 23:10:51 +0000 Subject: Initial revision git-svn-id: file:///usr/local/opt/svn/repos/glagen@3 0f7e0d06-a6f9-0310-a55f-d5f984f55e4c --- trunk/glagen/trucs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 trunk/glagen/trucs (limited to 'trunk/glagen/trucs') diff --git a/trunk/glagen/trucs b/trunk/glagen/trucs new file mode 100644 index 0000000..8589cba --- /dev/null +++ b/trunk/glagen/trucs @@ -0,0 +1,10 @@ +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]); -- cgit v1.2.3