home *** CD-ROM | disk | FTP | other *** search
/ Serif Graphics Collection / Serif_Graphics_Collection_6_DTP_Porgrams_on_One_CD_Serif-SPF.iso / 3DPLUS / data1.cab / VRML / crtable.wrl < prev    next >
Text File  |  1998-04-22  |  556b  |  46 lines

  1. #VRML V1.0 ascii
  2.  
  3. #A very simple round coffee table
  4.  
  5. Material {
  6.     diffuseColor 0.5 0.5 0.9
  7.     transparency 0.1
  8.     shininess 0.1
  9.     specularColor 0.6 0.6 0.9
  10.     ambientColor 0.4 0.4 0.9
  11. }
  12. Cylinder {
  13.     height 0.2
  14.     radius 7
  15. }
  16. Material {
  17.     diffuseColor 0.588 0.459 0.188
  18. }
  19. Translation {
  20.     translation 0 -0.6 0
  21. }
  22. Cylinder {
  23.     radius 6
  24.     height 1
  25.     parts (SIDES)
  26. }
  27. Translation {
  28.     translation 4 -5 4
  29. }
  30. DEF leg Cube {
  31.     height 11
  32.     width 1
  33.     depth 1
  34. }
  35. Translation {
  36.     translation -8 0 0
  37. }
  38. USE leg
  39. Translation {
  40.     translation 0 0 -8
  41. }
  42. USE leg
  43. Translation {
  44.     translation 8 0 0
  45. }
  46. USE leg