From: "Thomas Harte" Newsgroups: comp.os.msdos.djgpp Subject: Re: 3D-boy is back! Date: Mon, 11 Sep 2000 20:52:23 +0100 Organization: BT Internet Lines: 15 Message-ID: <8pjda6$10p$1@neptunium.btinternet.com> References: <39bc2545_4 AT spamkiller DOT newsfeeds DOT com> <3fgors489d8j67ljohb909kkto44tttvhm AT 4ax DOT com> NNTP-Posting-Host: host62-6-84-193.btinternet.com X-Newsreader: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Damian Yerrick wrote in message <3fgors489d8j67ljohb909kkto44tttvhm AT 4ax DOT com>... >in front is a vector toward what you want to look at, preferably >normalized to length 1.00000 Actually, Allegro does this for you. It also does a quick 'strengthening' of the orthogonality of the front/up/in vectors. Which is lucky for me, because I always have plenty of difficulty trying to slow my program down with unnecessary sqrt's and dot products . . . -Thomas