home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwdos / cube.rwx < prev    next >
Text File  |  1995-02-15  |  622b  |  34 lines

  1. ModelBegin
  2.     ProtoBegin facet
  3.         Surface 0.2 0.7 0.0
  4.         Color 1 0 0
  5.         Texture face
  6.         TextureMode foreshorten  lit
  7.          LightSampling facet
  8.  
  9.         scale 0.3 0.3 0.3            
  10.         VertexExt -1 -1 1 UV 0 0
  11.         VertexExt  1 -1 1 UV 1 0
  12.         VertexExt  1  1 1 UV 1 1
  13.         VertexExt -1  1 1 UV 0 1
  14.         Quad 1 2 3 4
  15.     ProtoEnd
  16.  
  17.     ClumpBegin
  18.                 Hints NULL
  19.         ProtoInstance facet
  20.         rotate 0 1 0 -270
  21.         ProtoInstance facet
  22.         rotate 0 1 0 90
  23.         ProtoInstance facet
  24.         rotate 0 1 0 90
  25.         ProtoInstance facet
  26.         rotate 1 0 0 90
  27.         ProtoInstance facet
  28.         rotate 1 0 0 180
  29.         ProtoInstance facet
  30.     ClumpEnd
  31. ModelEnd
  32.         
  33.  
  34.