Mail Archives: djgpp/1998/04/15/05:33:26
From: | "Nick Anderson" <andersnd AT aol DOT com>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Patterned polygons(PowerMonger style).
|
Date: | Wed, 15 Apr 1998 09:16:20 +0100
|
Organization: | [not set]
|
Lines: | 21
|
Message-ID: | <6h1qfb$84p$1@svr-c-02.core.theplanet.net>
|
NNTP-Posting-Host: | gate-isdn.telsci.co.uk
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Hi there,
I have a 3d engine which renders a polygon landscape
just like the one in the old Bullfrog game PowerMonger,
but it only does flat shaded polygons right now. I am
using the Allegro library.
The landscape is just a matrix like:
int y[128][128];
I can't seem to get the patterns to work with the 3d polygon
modes?
Why?
Thanks in advance,
Nick Anderson
email: andersndNOSPAMPLEASE AT hotmail DOT NOSPAMPLEASE DOT com
- Raw text -