home *** CD-ROM | disk | FTP | other *** search
/ Kosovo Orphans' Appeal Charity CD / KosovoOrphansAppeal.iso / archimedesworld_cd2 / companies / aspex / vrmleyes / models / vrmlfiles / makemods / example4 < prev    next >
Text File  |  1996-09-02  |  501b  |  76 lines

  1. #VRML V1.0 ascii
  2.  
  3.  
  4. #Chair example file
  5.  
  6. Material {
  7. diffuseColor 0.7 0.4 0
  8. }
  9.  
  10.  
  11. Cube {
  12. height 5
  13. width 1
  14. depth 1
  15. }      
  16.  
  17.  
  18.  
  19. Translation {
  20. translation 0 0 5
  21. }
  22.  
  23. Cube {
  24. height 5
  25. width 1
  26. depth 1
  27. }     
  28.  
  29.  
  30.  
  31. Translation {
  32. translation 5 0 0
  33. }
  34.  
  35. Cube {
  36. height 5
  37. width 1
  38. depth 1
  39. }     
  40.  
  41.  
  42.  
  43. Translation {
  44. translation 0 0 -5
  45. }
  46.  
  47. Cube {
  48. height 5
  49. width 1
  50. depth 1
  51. }     
  52.  
  53.  
  54.  
  55.  
  56. Translation {
  57. translation -2.5 3 2.5
  58. }
  59.  
  60. Cube {
  61. width 6
  62. height 1
  63. depth 6
  64. }
  65.  
  66. Translation {
  67. translation 0 3 2.5
  68. }
  69.  
  70. Cube {
  71. width 6
  72. height 5
  73. depth 1
  74. }
  75.  
  76.