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

  1. ModelBegin
  2.     ProtoBegin Gun
  3.         Vertex -0.5 -0.5 0 UV 0 1
  4.         Vertex  0.5 -0.5 0 UV 1 1
  5.         Vertex  0.5  0.5 0 UV 1 0
  6.         Vertex -0.5  0.5 0 UV 0 0
  7.         TextureMode NULL
  8.         Texture gun Mask gunm
  9.         Quad 1 2 3 4
  10.     ProtoEnd
  11.  
  12.     ClumpBegin
  13.         Hints NULL
  14.         ProtoInstance Gun
  15.         AxisAlignment zorienty
  16.     ClumpEnd
  17. ModelEnd
  18.