VRML之desk

#VRML V2.0 utf8

Transform {
 translation 0.0 1.5 0.0
 children [
  Shape {
   appearance DEF WOOD Appearance {
    material Material {
     diffuseColor 0.6 0.4 0.0
    }
   }
   geometry Box {
    size 2.0 0.1 1.0
   }
  }
 ]
}

Transform {
 translation -0.95 1.25 0.0
 children [
  Shape {
   appearance USE WOOD
   geometry Box {
    size 0.1 0.5 1.0
   }
  }
 ]
}

Transform {
 translation 0.95 1.25 0.0
 children [
  Shape {
   appearance USE WOOD
   geometry Box {
    size 0.1 0.5 1.0
   }
  }
 ]
}

Transform {
 translation 0.0 1.0 0.0
 children [
  Shape {
   appearance USE WOOD
   geometry Box {
    size 2.0 0.1 1.0
   }
  }
 ]
}

Transform {
 translation 0.0 1.25 -0.45
 children [
  Shape {
   appearance USE WOOD
   geometry Box {
    size 2.0 0.5 0.1
   }
  }
 ]
}

Transform {
 translation -0.9 0.5 0.3
 children [
  Shape {
   appearance DEF BAR Appearance {
    material Material {
     diffuseColor 0.6 0.7 0.6
    }
   }
   geometry Cylinder {
    height 1.0
    radius 0.05
    bottom TRUE
   }
  }
 ]
}

Transform {
 translation -0.9 0.5 -0.3
 children [
  Shape {
   appearance USE BAR
   geometry Cylinder {
    height 1.0
    radius 0.05
    bottom TRUE
   }
  }
 ]
}

Transform {
 translation -0.9 0.0 0.0
 children [
  Shape {
   appearance USE BAR
   geometry Box {
    size 0.2 0.03 0.8
   }
  }
 ]
}

Transform {
 translation 0.9 0.5 0.3
 children [
  Shape {
   appearance USE BAR
   geometry Cylinder {
    height 1.0
    radius 0.05
    bottom TRUE
   }
  }
 ]
}

Transform {
 translation 0.9 0.5 -0.3
 children [
  Shape {
   appearance USE BAR
   geometry Cylinder {
    height 1.0
    radius 0.05
    bottom TRUE
   }
  }
 ]
}

Transform {
 translation 0.9 0.0 0.0
 children [
  Shape {
   appearance USE BAR
   geometry Box {
    size 0.2 0.03 0.8
   }
  }
 ]
}

posted @ 2013-01-19 00:26  columbus2  阅读(157)  评论(0编辑  收藏  举报