tut11d.wrl

#VRML V2.0 utf8

WorldInfo {
	title "Floppy's VRML97 Tutorial Example 11d"
	info ["(C) Copyright 1999 Vapour Technology"
 	        "vrmlguide@vapourtech.com"]
}

NavigationInfo {
	headlight TRUE
	type "EXAMINE"
}

Transform {
	scale 2 2 2
	children [
		Shape {
			appearance Appearance {
				material Material {
					diffuseColor 1 1 1
				}
			}
			geometry IndexedFaceSet {
				coord DEF COORD Coordinate {
					point [ 1 -1 -1, -1 -1 -1, -1 -1 1, 1 -1 1, 1 1 -1, -1 1 -1, -1 1 1, 1 1 1]
				}
				coordIndex [ 	3 2 1 0 -1
						0 1 5 4 -1
						1 2 6 5 -1
						2 3 7 6 -1
						3 0 4 7 -1
 						4 5 6 7 -1
				]
				colorPerVertex TRUE
				color Color {
					color [ 0 0 0, 0 0 1, 0 1 1, 0 1 0, 1 0 0, 1 0 1, 1 1 1, 1 1 0 ]
				}
			}
		}
	]
}

Generated by GNU enscript 1.6.1.

© Copyright 1999 Vapour Technology - vrmlguide@vapourtech.com