home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 33 / XENIATGM33.iso / amiga / demos / csl-quik.lzx / Readme.txt < prev   
Text File  |  1997-06-28  |  4KB  |  87 lines

  1.  
  2.                           _______ _   _     _
  3. _    _ _╕..╕ _ _____     |                                    ::  .
  4.     ,µ╜≈╫ñññ╫≡µ,    |    |__ _  _             ..|╕╕╕,  .      ::    .    .
  5.   ,▀ñ'        `ñ≡   |               .::::::::::::╝≡Ñ          ::  .   :
  6.  í╨┤           ╕▀ Ññ╖╖╖.       __ .::::::::::::::╜░ %╛ ╖   :: ::  . : .. :
  7. ╞▀'  _   _╖..µñ░____|   :     |  (┐í&:       ╖╖╖:!  ╝╜ :   :: ::  : .:╖╖:.
  8. ::                 .... :     |   ñ≡º::..       |╖  %╝ í   :: ::  .::.  .:
  9. ╖:       ________.:____::  .:::%#µ,  |::::..    |   ╛╜ |   :╖_::__:. ╖╖:╖
  10.  ::     |       ,▀╝    ú: ::  |___Ñ__| ╖╖╖:::::.!╕  ó╝ |  |╜≡ ╪╟   ñ╝,
  11.   ::..  |   ╕╕, `≡%µ,,x⌐: ::      : ..    . ╖╖╖::#≡, ñ«::::ñ  ╨º
  12.    ╖╖::::▀≡óñ┤    `░ñ░'~| ::╖:::::╖.:::.... ..  .▀«╨___|╖╖|   ╜╝╛╛╝╜╛╛╝╝%
  13.         |               | ::      :::::::::::::::::╖      |________ __ _   _
  14.         .               ! ::    .:::::::::╖╖╖╖╖╖
  15.                         ╖ ::
  16.                         . ::
  17.                           ::
  18.  
  19.  
  20.  
  21.    Hello there! First of all: thanks to scout for his merge-op,thanks
  22. to Jarno for the player. You make my life easier... 
  23.  
  24.    And advise!!! Are you coding on Mac (especially through Shapeshifter)?
  25. We (Peskanov/Zaborra/Capsule and Opps!/Capsule) are coding a 3d game
  26. for Amiga and Mac. 
  27. If you are interested in exchange knowledge/tools for Mac, please e-mail
  28. us to:   
  29.  
  30.           malemana@nexo.es  
  31.  
  32.    Now, what about some coding-talking?
  33. As I said, Quicktro is a fast work using my 3D routines for an 
  34. Amiga/McIntosh game. Yeah! Using 3d-game-routines for demomaking is sooooo 
  35. lame!! But at least I tried to add some still unseen ideas . 
  36.    A quick review:
  37.  
  38.  - The intro. This is a noise generator, made with a modified blur and
  39.    the help of a side effect from the C2P. Any bitmap will be dissolved 
  40.    into white noise in some frames. The letters are texure mapped vectors.
  41.    Also, I included a palette degradation along the Y axis, afecting 
  42.    all 16 colors.
  43.  
  44.  - The tunnel. the screen is a Ham-6 hires screen, but is 1x1. I take
  45.    the red-green colors from pair pixels and the red-blue colors from
  46.    odd pixels. That is: r1g1r1b1 - r2g2r2b2 - ....  becomes r1g1r2b2.
  47.    This generates color alias, but if you see the demo on composite
  48.    output, a lot of alias dissapears.
  49.    An oddity: the C64 fanatic has 668 polygons. Strange eh? We thinked 
  50.    in taking out two of them!
  51.    No more to say, except: C64 WILL LIVE FOREVER. AND AMIGA TOO.
  52.    
  53.  - The Space station. I put this scene asked by my friends. I tried to 
  54.    make this more interesting adding 40 cubes. The space station comes
  55.    from an object collection. It consist of 2242 triangles. The cubes
  56.    have 480 triangles (I only work with triangles).
  57.    The screen is Ham-6, SuperHires. This is true 1x1. The C2P takes a 
  58.    minimum of 1.5 frames for 56320 pixels(352x160,overscan rules!),
  59.    on 030 no blitter.
  60.    The galleon is an object from imagine. 4489 triangles, with environment
  61.    mapping. Looks so slow, that nobody likes it! But well, if you are 
  62.    coding a 3d-engine, you have something to improve.
  63.  
  64.  - And the torus line. I expect you like this one, because it was a hard
  65.    work to do! The screen is Ham 8 - true 1x1. The C2P takes about 1.5
  66.    frames for 44000(352x125) on 030 no blitter; but it has some restrictions.
  67.    I have had to do an ugly trick to avoid the extreme DMA restriction.
  68.    On blizzard 1240 and blizzard 1260 the C2P is slower. Don't ask me, ask
  69.    phase 5 about the shitty chip memory acces on these boards... If you 
  70.    are coding routines which are critical about chip memory access on 030,
  71.    try them on these blizzards, you can find problems. On Cyberstorm 
  72.    series it's ok.
  73.    
  74.  
  75. And that's all! I expect you enjoyed my codework! (maybe you will enjoy  
  76. if you run it on 040 or 060, as was intended).
  77. I will try to do some original effects for the forthcoming capsule demo,
  78. phase one (at least more original than those ones).
  79.  
  80.  
  81.  
  82.  
  83.  
  84.                                           Peskanov / Capsule 1997
  85.  
  86.  
  87.