home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwwin / myblock.rw_ / myblock.bin
Text File  |  1995-11-14  |  682b  |  34 lines

  1. ModelBegin
  2.   ClumpBegin
  3.   # x=1 y=1 z=1
  4.  
  5.     Vertex -0.5 0.5 -0.5 UV 0.0 0.0
  6.     Vertex 0.5 0.5 -0.5 UV 1.0 0.0
  7.     Vertex 0.5 0.5 0.5 UV 1.0 1.0
  8.     Vertex -0.5 0.5 0.5 UV 0.0 1.0
  9.  
  10.     Vertex -0.5 0.5 -0.5
  11.     Vertex 0.5 0.5 -0.5
  12.     Vertex 0.5 0.5 0.5
  13.     Vertex -0.5 0.5 0.5
  14.     Vertex -0.5 -0.5 -0.5
  15.     Vertex 0.5 -0.5 -0.5
  16.     Vertex 0.5 -0.5 0.5
  17.     Vertex -0.5 -0.5 0.5
  18.  
  19.     Surface 0.3 0.8 0.7
  20.     Color 0.7 0.5 0.0
  21.  
  22.     TextureMode NULL
  23.     Texture marble2
  24.     Quad 1 4 3 2
  25.     Texture NULL
  26.     Quad 9 10 11 12
  27.     Quad 5 6 10 9
  28.     Quad 8 12 11 7
  29.     Quad 5 9 12 8
  30.     Quad 7 11 10 6
  31.  
  32.   ClumpEnd
  33. ModelEnd
  34.