From: Martell Newsgroups: comp.os.msdos.djgpp Subject: rotating bitmaps (or sprites) Date: Sun, 18 Jun 2000 13:36:07 -0400 Organization: InfiNet Lines: 15 Message-ID: <394D0886.5CEA4762@ne.infi.net> NNTP-Posting-Host: ebtna010-0085.splitrock.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.04 [en] (Win95; U) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com i know this isnt a graphics programming group, but im hoping somebody might be able to help me out. i want to be able to draw a bitmap (or sprite) rotated, because i dont want to have to have 8 pictures of my sprite in 8 drawn in 8 different directions, i just want to draw one, and have my program rotate it. any ideas? the only way i can think of how to do this is treat it like a textured polygon because i cant find source to do it any other way. -jeremiah;