Message-ID: <000001be0c9c$76ec9440$88afccc2@d9a9a4> From: "Daniel Mironowicz" To: Subject: Re: 3D functions in allegro Date: Tue, 10 Nov 1998 12:05:08 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com >hey,how do i make 3D in allegro...i mean in the Allegro .txt file..it says >some stuff about polygon3D and Quad3D and triangle3D.I can't use these cuz i >don't understand how to use them.I have the syntax,but i need an SIMPLE >example.Maybe everyone else uses something different to make 3D in >DJGPP???can someone send me some source or a easy to understand >syntax...(WITH SOURCE) > Try searching the web and im sure you'll find many engines which you can use with djgpp. You can also write your own engine, it will take some time, but it's worth of it, because this will help you understand how 3d works. (http://www.gameprog.com/codex/source.html great tutorials there) Or just check out this page http://www.nullsoft.com/plush/ There's a great engine called Plush. Really nice