Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!news.cs.indiana.edu!maytag!watstat.waterloo.edu!dmurdoch From: dmurdoch@watstat.waterloo.edu (Duncan Murdoch) Newsgroups: comp.lang.pascal Subject: Re: Three Dimensional Graphing. Message-ID: <1991Mar25.142814.24703@maytag.waterloo.edu> Date: 25 Mar 91 14:28:14 GMT Article-I.D.: maytag.1991Mar25.142814.24703 References: Sender: daemon@maytag.waterloo.edu (Admin) Organization: University of Waterloo Lines: 29 In article aesch@cellar.UUCP (David Sklar) writes: >I need some hints (or some code) that will allow me to do 3-D graphing in >mode $13 (320x200x256) under TP6.0 . Any thoughts? There are several possible answers to your question: If you just want to use that mode, there's a BGI file available from Borland to do it. (Or is it now included in TP 6.0? A quick scan didn't tell me.) If you want to do scientific graphics in that mode (3-D plots, etc.), then you might want to buy the Quinn-Curtis Science/Engineering/Graphics toolkit. It has a lousy interface, but is workable in any BGI supported graphics mode. If you want to do general graphics, things like animation, then a better purchase is the Acromole library, from Acrobits. It has very fast primitive graphics routines, including 3-D transformations. A better interface than QC, but you'll have to do some work to figure it out since the documentation is pretty ugly. QC S/E/G tools are available from most mail order houses ($US89, or $US100 list). Their number is 617-965-5660, in Newton, MA, USA. Acromole is available only from Acrobits, as far as I know. It's $US39; the phone numbers are (800) ACROBITS or (801)966-2580, in Salt Lake City, UT, USA. Duncan Murdoch dmurdoch@watstat.waterloo.edu