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

  1. /*  8x8x1.1 Plattform mit 2x1 Treppe durch 1x1 Loch bei 2.5 2.5
  2.     0/0 ist Mitte/Boden
  3.     Extern plfsurf,stairsurf      */
  4.  
  5. #include "stair.ri"
  6.  
  7.  
  8. define platform
  9.   object stair scale 2 1 1 translate 2 2.5 0
  10.   box plfsurf -1 0 1.05 3 4 0.05
  11.   box plfsurf 3 -1 1.05 1 3 0.05
  12.   box plfsurf 2.5 3.5 1.05 0.5 0.5 0.05
  13.   box plfsurf 3.5 3 1.05 0.5 1 0.05
  14. defend
  15.  
  16.