home *** CD-ROM | disk | FTP | other *** search
/ The Party 1994: Try This At Home / disk_image.bin / source / placesrc / readme < prev    next >
Text File  |  1995-03-13  |  1KB  |  38 lines

  1.  
  2. Texturemapped Rubber cube source from Placebo intro...
  3.  
  4. Source should compile with any Turbo Assembler supporting IDEAL mode, but
  5. I highly recommend using TASM 4.0, since that's the version I used for
  6. writing and testing it (what testing?)
  7.  
  8. The polygonfiller itself is a piece of crap...  Main reason for extremely
  9. messy and ineffective code is lack of time; I had to finish both of my
  10. Assembly '94 projects, Placebo and Cosmic Brothers...
  11.  
  12. Basic idea behind the polygon filler:  First I draw lines from point 0 to
  13. point 1, 1->2, 2->3 and 3->0, instead of drawing to screen I have four tables
  14. having left and right edge positions on screen and bitmap.  Then I just draw
  15. the polygon from top to bottom, when I have already calculated polygon edges
  16. and offsets to bitmap, it's very simple task.  Speed of this method is totally
  17. hopeless, and it shouldnt be used for any 3D engine... (greetings Nooon! :-)
  18.  
  19. Happy hours with the source,
  20.  
  21.         JMagic of Complex
  22.  
  23. e-mail: jmagic@freenet.hut.fi (personal)
  24.         complex@hut.fi (whole group)
  25.  
  26. snailmail:
  27.         Jarno Heikkinen         (until May 31th, 1995)
  28.         Karjamaentie 10 D 28
  29.         80230  JOENSUU
  30.         FINLAND
  31.  
  32.         Jarno Heikkinen         (after that)
  33.         Kauppakatu 4 B 47
  34.         40100  JYVASKYLA
  35.         FINLAND
  36.  
  37. PS.  I hope you didn't expect source with lots of comments etc.  :-)
  38.