From: Ajax Newsgroups: comp.os.msdos.djgpp Subject: Allegro texture question Date: Tue, 14 Apr 1998 17:14:12 -0700 Organization: DNAI ( Direct Network Access ) Lines: 9 Message-ID: <3533FBD3.515FDFED@cyberjunkie.com> NNTP-Posting-Host: dnai-207-181-255-122.dialup.dnai.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I haven't successfuly mapped textures onto polygons in 16-bit 640x480 mode. Can someone post the step-by-step procedure required to do this operation? FYI, I have intialized allegro, called set_color_depth(15), and set_gfx_mode() already and am using a double buffer to blit to the screen. The doumentation talks about 256 palletes but not the hi color modes. Any help is appreciated. Ajax