tut14a.wrl

#VRML V2.0 utf8

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

NavigationInfo {
	type "WALK"
}

Shape {
	appearance Appearance {
		texture ImageTexture {
			url "gradient.jpg"
		}
	}
	geometry Box {}
}
Transform {
	translation 0 -1.05 0
	children [
		Shape {
			appearance Appearance {
				texture ImageTexture {
					url "floor.jpg"
				}
			}
			geometry Box {size 10 0.1 10}
		}
	]
}

Generated by GNU enscript 1.6.1.

© Copyright 1999 Vapour Technology - vrmlguide@vapourtech.com