Group {
	children [
		Viewpoint {
			position 0 0.1 3
			orientation 0.0 0.0 1.0 0.0
		}

		DirectionalLight	{
			ambientIntensity	0.6
			direction 0.0 1.0 -1.0
		}

		Shape {
			appearance Appearance {
				material Material {
					diffuseColor 1.0 0 0
					ambientIntensity 0.5
				}
			}
			geometry BitWrapper {
				node IndexedFaceSet {
					coord Coordinate { }
					#normal Normal { }
					#texCoord TextureCoordinate { }
					color Color	{ }
				}
				buffer "opt-eight-cpc.m3d"
			}
		}
	]
}
