home *** CD-ROM | disk | FTP | other *** search
/ 3D Games (Spidla) / 3dhry2.iso / ZooChess / M3D / Intro.m3d < prev    next >
Encoding:
Text File  |  2003-03-17  |  446 b   |  47 lines

  1.  
  2. material intro {
  3.  color ccccaa
  4.  type NOLIGHT
  5.  type TRANSPARENCY150
  6.  texture .\textures\intro.jpg
  7. }
  8.  
  9.  
  10. material support {
  11.  color ccccaa
  12.  type NOLIGHT
  13.  type TRANSPARENCY150
  14.  texture .\textures\support.jpg
  15. }
  16.  
  17.  
  18.  
  19.  
  20.  
  21. mesh intro {
  22. 0 0 0  0 0 0 60
  23.  
  24. -100 -50 0
  25. 100 -50 0
  26. 100 50 0
  27. -100 50 0
  28.  
  29. intro
  30.  0 0 0  1 255 0  2 255 255 3 0 255
  31. }
  32.  
  33.  
  34.  
  35.  
  36. mesh support {
  37. 0 0 0  0 0 0 60
  38.  
  39. -100 -50 0
  40. 100 -50 0
  41. 100 50 0
  42. -100 50 0
  43.  
  44. support
  45.  0 0 0  1 255 0  2 255 255 3 0 255
  46. }
  47.