home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / demos / rw_demos / scripts / kitchuni.rwx < prev    next >
Encoding:
Text File  |  1993-11-04  |  1.0 KB  |  52 lines

  1. ModelBegin
  2.  
  3.  
  4.  
  5.  
  6.  
  7.   ProtoBegin CabDouble
  8.  
  9.  
  10.   # x=2 y=1.5 z=1
  11.  
  12.  
  13.     Include cabdoubl.rwx
  14.  
  15.  
  16.   ProtoEnd
  17.  
  18.  
  19.  
  20.  
  21.  
  22.   ProtoBegin CabQuad
  23.  
  24.  
  25.   # x=4 y=1.5 z=1
  26.  
  27.  
  28.     Include cabquad.rwx
  29.  
  30.  
  31.   ProtoEnd 
  32.  
  33.  
  34.  
  35.  
  36.  
  37.   ProtoBegin WallCab
  38.  
  39.  
  40.   # x=2 y=1.5 z=1
  41.  
  42.  
  43.      Include wallcab.rwx
  44.  
  45.  
  46.   ProtoEnd
  47.  
  48.  
  49.  
  50.  
  51.  
  52.   ProtoBegin KitchUnit
  53.  
  54.  
  55.     # x=4.0 y =1.5 z=3.0
  56.  
  57.  
  58.     TransformBegin
  59.  
  60.  
  61.       Translate 0 0 -1.5
  62.  
  63.  
  64.       ProtoInstance CabQuad
  65.  
  66.  
  67.     TransformEnd
  68.  
  69.  
  70.     ClumpBegin
  71.     TransformBegin
  72.  
  73.  
  74.       Rotate 0 1 0 90
  75.  
  76.  
  77.       Translate 0 0 -1.5
  78.  
  79.  
  80.       ProtoInstance CabDouble
  81.  
  82.  
  83.     TransformEnd
  84.  
  85.  
  86.     ClumpEnd
  87.     ClumpBegin
  88.     TransformBegin
  89.  
  90.  
  91.       Rotate 0 1 0 -90
  92.  
  93.  
  94.       Translate 0 0 -1.5
  95.  
  96.  
  97.       ProtoInstance CabDouble
  98.  
  99.  
  100.     TransformEnd
  101.  
  102.  
  103.     ClumpEnd
  104.     ClumpBegin
  105.  
  106.  
  107.     TransformBegin
  108.  
  109.  
  110.       Rotate 0 1 0 90
  111.  
  112.  
  113.       Translate 0.0  2.5 -1.5
  114.  
  115.  
  116.       ProtoInstance WallCab
  117.  
  118.  
  119.     TransformEnd
  120.  
  121.  
  122.     ClumpEnd
  123.  
  124.  
  125.   ProtoEnd
  126.  
  127.  
  128.  
  129.  
  130.  
  131.   ClumpBegin
  132.  
  133.  
  134.     ProtoInstance KitchUnit
  135.  
  136.  
  137.   ClumpEnd
  138.  
  139.  
  140.  
  141.  
  142.  
  143. ModelEnd
  144.  
  145.  
  146.