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

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: doubling pixels horizontally
  5. Date: 7 Feb 1996 17:47:53 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4faok9$4r@sunsystem5.informatik.tu-muenchen.de>
  9. References: <4f4ibc$gl9@news.cs.tu-berlin.de> <591.6610T1165T2102@login.eunet.no> <1045.6611T753T2256@vip.cybercity.dk> <4fabng$f6p@brachio.zrz.TU-Berlin.DE>
  10. NNTP-Posting-Host: hphalle1a.informatik.tu-muenchen.de
  11. Originator: fischerj@hphalle1a.informatik.tu-muenchen.de
  12.  
  13.  
  14. In article <4fabng$f6p@brachio.zrz.TU-Berlin.DE>, rawneiha@w353zrz.zrz.TU-Berlin.DE (Philipp Boerker) writes:
  15. |> Organization: Technical University Berlin, Germany
  16. |> Lines: 32
  17. |> Message-ID: <4fabng$f6p@brachio.zrz.TU-Berlin.DE>
  18. |> References: <4f4ibc$gl9@news.cs.tu-berlin.de> <591.6610T1165T2102@login.eunet.no> <1045.6611T753T2256@vip.cybercity.dk>
  19. |> NNTP-Posting-Host: w353zrz.zrz.tu-berlin.de
  20. |> 
  21. |> 
  22. |> 
  23. |> >You can also render only every 2nd pixels, mask out those you don't want with sprites,
  24. |> >and then:
  25. |> 
  26. |> >loop
  27. |> >    1st frame: show pixel 02468... mask out 13579...
  28. |> >    2nd frame: show pixel 13579... mask out 02468...
  29. |> >    jump loop
  30. |> 
  31. |> >In the 2nd frame you shift (scroll) the bitplanes 1 to the right.
  32. |> >This looks allmost as the real double pixels (Gives very little flicker) and you only
  33. |> >have to write half as much to the chip mem.
  34. |>                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  35. |>                that's the reason why I was looking for a hardware trick...
  36. |> 
  37. |> >This effect can be done using only the copper.
  38. |> 
  39. |> Hey, great idea! But someone wrote to me that there is a "extra-lores" monitor that
  40. |> displays 160*128. If this is a 15 kHz monitor I bet that there is a hardware trick to
  41. |> do it!
  42.  
  43. On a _31khz_ monitor, LoRes dotclock will show pixels of 2 times more width.
  44.  
  45. |> And if you mask out like this:
  46. |> even scanline: 0246...
  47. |> odd  scanline: 1357...
  48. |> you will reduce flicker even more I guess!
  49.  
  50. but then you blur togehter 2 pix. wasn't the aim more resolution ?
  51. take care of what you want, else you do lotsa effort and get nothing.
  52.  
  53. |> 
  54. |> >Hans Henrik Happe
  55. |> > Goat / Sumpen
  56. |> 
  57. |> Greets,
  58. |> Phil.
  59. |> grond/matrix
  60. ------------------------------------------------------------------------
  61.    fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)   =:)
  62.