home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3413 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: EU.net!sun4nl!xs4all!marketgraph!rvg
  2. From: rvg@marketgraph.xs4all.nl (Ruud van Gaal)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: AnimBrush format
  5. Message-ID: <0922sbx60.alamito@marketgraph.xs4all.nl>
  6. Date: Mon, 19 Feb 96 18:34:09 CET
  7. References: <684.6616T1337T2030@amiga.pp.se> <898.6618T607T1757@manawatu.gen.nz> <832.6620T1415T621@amiga.pp.se>
  8. Reply-To: rvg@marketgraph.xs4all.nl
  9. X-Newsreader: Alamito Mail and News Manager (V2.0.4 for Waffle) registered to MARKETGRAPH VISUAL AUTOMATION
  10.  
  11. In <832.6620T1415T621@amiga.pp.se> mikael.berglund@amiga.pp.se (Mikael 
  12. Berglund) wrote:
  13.  
  14. >In a message 14-Feb-96 01:17:48 Damon Davies <kurg@manawatu.gen.nz> wrote:
  15. >
  16. > DD> Yes!, a normal anim has its deltas calculated from the delta two before
  17. > DD> it  for the purposes of double buffered display. An animbrush has its
  18. > DD> delta  calculated from the one directly before it.
  19. >
  20. >Hmm, i think i tried this with the anim and it didn't work. I tested this:
  21. >decode frame 1, modify with delta 1. It didn't show a proper picture. It
  22. >looked similar to the 'normal approach' decoding but not exact.
  23. >
  24. >Talked to Weber and he said it worked with old DPaint animbrushes and that
  25. >he had to do some special XOR trick to get it to work.
  26.  
  27. I too believe the AnimBrushes uses XOR-ing instead of just poking. The reason 
  28. for this is that it enables AnimBrushes (and DPaint internal anims) to 
  29. flipflop. It's quite simple; instead of your MOVE use XOR, i.e. don't hard 
  30. poke the value, but XOR it with the original data. That's the only 
  31. difference.
  32.  
  33. --
  34. Ruud van Gaal
  35. MarketGraph Visual Automation
  36. E-Mail                : rvg@marketgraph.xs4all.nl
  37. DoomShell 4.5 homepage: http://www.xs4all.nl/~jwkorver
  38. "...Works fascinates me. I could sit and watch it for hours..."
  39.  
  40.