#VRML V2.0 utf8
# Teil 1a
# Kopfteil mit Reflektion
Shape {
  appearance Appearance {
    # Goldfolie
    material Material { 
      diffuseColor      0.22 0.15 0.00
      specularColor     0.75 0.33 0.00
      shininess         0.16
      ambientIntensity  0.40
    }
  }
  geometry IndexedFaceSet {
    coord Coordinate {
      point [0 0 0, 5 0 0, 5 0 -5, 0 0 -5,
             5 5 0, 5 5 -5, 3.4 5 -5, 3.4 5 0]
    }   
    coordIndex [0,3,2,1, -1,
	        1,2,5,4, -1,
		6,7,4,5, -1,
		6,3,0,7, -1,
		4,7,0,1, -1,
		2,3,6,5]
  }
}