vr2-3-25.wrl


[ VRML source code ]

#VRML V2.0 utf8
#vr2-3-25.wrl
Shape {
  appearance Appearance {
    texture ImageTexture {
      url  "loch1.jpg"
    }
  }
  geometry Box { size 15 10 0.1 }
}
DEF VFrame Shape {
  appearance DEF Wood Appearance {
    texture ImageTexture {
      url  "wood.gif"
    }
  }
  geometry Box { size 0.4 10.4 0.4 }
}
Transform {
  translation -7.5 0 0
  children USE VFrame
}
Transform {
  translation 7.5 0 0
  children USE VFrame
}
DEF HFrame Shape {
  appearance USE Wood
  geometry Box { size 15 0.4 0.4 }
}
Transform {
  translation 0 -5 0
  children USE HFrame
}
Transform {
  translation 0 5 0
  children USE HFrame
}