vr2-3-10.wrl


[ VRML source code ]

#VRML V2.0 utf8
#vr2-3-10.wrl
#Three diamonds
Transform {
  scale 1 0.5 1
  scaleOrientation 0 0 1 0.7854
  rotation 0 0 1 0.7854
  children DEF Dia Shape {
    appearance Appearance {
      material Material {
        diffuseColor 1 1 0
      }
    }
    geometry Box {
      size 10 10 5
    }
  }
}
Transform {
  scale 1 0.5 1
  scaleOrientation 0 0 1 0.7854
  rotation 0 0 1 2.8794
  children USE Dia 
}
Transform {
  scale 1 0.5 1
  scaleOrientation 0 0 1 0.7854
  rotation 0 0 1 4.9738
  children USE Dia
}