To: djgpp AT delorie DOT com Subject: Re: 3D GFX Message-ID: <19970312.184407.4839.2.chambersb@juno.com> References: From: chambersb AT juno DOT com (Benjamin D Chambers) Date: Wed, 12 Mar 1997 21:39:28 EST On 12 Mar 1997 21:01:20 GMT "Thomas Harte" writes: >> I would like to know if there are any easy ways of doing 3d graphics >in >> DJGPP, I've tried ALLEGRO but it looks a BIT complicated. > > Unfortunately, Allegro is about the easiest way, If you need help with learning it or whatever though, I'd be pleased to help, providing examples or whatever where you need them. Really, Plush is a little easier, since everything is done 'behind-the-scenes' style (Which makes it unsuitable for some things). Just add the objects to the scene, give it a pointer to your bitmap, and call plRender_* ...Chambers