home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / GRAPHICS / rayshade.lzh / EXAMPLES / crown.ri < prev    next >
Text File  |  1990-09-20  |  537b  |  19 lines

  1. /* 8x8*1 Krone fuer Tuerme , 0/0/0 Mitte Boden */
  2. /* Extern Crownsurf */
  3.  
  4. define crown
  5.   box crownsurf 3.5 0 0.5 0.5 1 0.5
  6.   box crownsurf 3.5 -3 0.5 0.5 1 0.5
  7.   box crownsurf 3.5 3 0.5 0.5 1 0.5
  8.   box crownsurf -3.5 0 0.5 0.5 1 0.5
  9.   box crownsurf -3.5 3 0.5 0.5 1 0.5
  10.   box crownsurf -3.5 -3 0.5 0.5 1 0.5
  11.   box crownsurf 0 3.5 0.5 1 0.5 0.5
  12.   box crownsurf 3 3.5 0.5 1 0.5 0.5
  13.   box crownsurf -3 3.5 0.5 1 0.5 0.5
  14.   box crownsurf 0 -3.5 0.5 1 0.5 0.5
  15.   box crownsurf 3 -3.5 0.5 1 0.5 0.5
  16.   box crownsurf -3 -3.5 0.5 1 0.5 0.5
  17. defend
  18.  
  19.