From: Peter Danielsson Newsgroups: comp.os.msdos.djgpp Subject: 3D ground generator Date: Tue, 30 Nov 1999 14:43:08 +0100 Organization: Student Lines: 8 Message-ID: <3843D46C.2A3D7E5D@efd.lth.se> NNTP-Posting-Host: dialin-44-76.student.lu.se Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am tired of my own 3D ground generator. Does anyone have any tip of another ones? I want it to create a landscape from an int **height and unsigned char **picturepointer given x and y and also generating a int **zbuf. Any modifications of the types are no problem. /Peter