home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / atari / st / 18705 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.6 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!ames!network.ucsd.edu!munnari.oz.au!bunyip.cc.uq.oz.au!uqcspe!cs.uq.oz.au!warwick
  2. From: warwick@cs.uq.oz.au (Warwick Allison)
  3. Newsgroups: comp.sys.atari.st
  4. Subject: Apology:  True Colour *IS* great for games.
  5. Message-ID: <11490@uqcspe.cs.uq.oz.au>
  6. Date: 21 Dec 92 02:44:05 GMT
  7. Sender: news@cs.uq.oz.au
  8. Reply-To: warwick@cs.uq.oz.au
  9. Lines: 29
  10.  
  11. A while back I said that bit-plane modes are better than the word-per-pixel
  12. modes, for speed of sprite drawing, and TrueColour (word-per-pixel) would
  13. be best used just for title screens.  bzzt - I was wrong.
  14.  
  15.  
  16. I did some calculations and coding on the weekend, and it turns out that
  17. TrueColour (word-per-pixel) is actually VERY good for games.  I expect
  18. that a game using the Falcon 320x240 truecolor mode will be around twice
  19. the speed of the same game written on an ST using Low resolution, simply
  20. due to the CPU speed.  And a LOT prettier (65536 colours vs. 16).
  21.  
  22.     ie. drawing sprites in TrueColour is as fast as drawing them
  23.         in 4 bitplane mode.  
  24.  
  25. Plus, sound processing will have a MUCH lower cpu overhead on the Falcon,
  26. so games will gain speed there (and sound a lot better!)
  27.  
  28. The reason why TrueColour is so good for games is that no shifting is
  29. required, plus only the area actually drawn on needs to be accessed (and
  30. hence stored for wiping purposes).
  31.  
  32.  
  33. --
  34. Warwick
  35. --
  36.   _-_|\      warwick@cs.uq.oz.au            /Disclaimer:
  37.  /     * <-- Computer Science Department,  /  
  38.  \_.-._/     University of Queensland,    /   C references are NULL && void*
  39.       v      Brisbane, Australia.        /  
  40.