home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / OBJ3D01.ZIP / COMPUTER.M3_ / COMPUTER.M3
Encoding:
Text File  |  1995-06-14  |  1.1 KB  |  53 lines

  1. Name:   Ecran
  2. Points:
  3.     -40,40,16,      40,40,16,       40,-40,16,      -40,-40,16
  4.     -40,40,20,      40,40,20,       40,-40,20,      -40,-40,20
  5.     -50,50,20,      50,50,20,       50,-50,20,      -50,-50,20
  6.     -45,40,-20,     45,40,-20,      45,-40,-20,     -45,-40,-20
  7. Faces:
  8.     # Ecran
  9.     1,0,3,2,        0,MAPPED(computer.gif)
  10.     # interieur
  11.     5,4,0,1,        1,GOURAUD
  12.     6,5,1,2,        1,GOURAUD
  13.     7,6,2,3,        1,GOURAUD
  14.     4,7,3,0,        1,GOURAUD
  15.     # devant
  16.     9,8,4,5,        1,GOURAUD
  17.     10,9,5,6,       1,GOURAUD
  18.     11,10,6,7,      1,GOURAUD
  19.     8,11,7,4,       1,GOURAUD
  20.     # cote
  21.     12,8,9,13,      1,GOURAUD
  22.     13,9,10,14,     1,GOURAUD
  23.     14,10,11,15,    1,GOURAUD
  24.     15,11,8,12,     1,GOURAUD
  25.     # derriere
  26.     12,13,14,15,    1,GOURAUD
  27.     
  28. End
  29.  
  30. Name:   Clavier
  31. Points:
  32.     -60,5,20,       60,5,20,        60,0,20,        -60,0,20
  33.     -60,15,-20,     60,15,-20,      60,0,-20,       -60,0,-20
  34. Faces:
  35.     1,0,3,2,        1,GOURAUD
  36.     0,1,5,4,        1,GOURAUD
  37.     4,5,6,7,        1,GOURAUD
  38.     7,6,2,3,        1,GOURAUD
  39.     7,3,0,4,        1,GOURAUD
  40.     2,6,5,1,        1,GOURAUD
  41.     
  42. Pos:
  43.     0,-60,50
  44. Angle:
  45.     0,15,0
  46. End
  47.  
  48. Name:   Computer
  49. Childs:
  50.     Ecran
  51.     Clavier
  52. End
  53.