tut3.wrl

#VRML V2.0 utf8

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

Shape {
	appearance Appearance {
		material Material {
			diffuseColor 0 0.5 0
			emissiveColor 0 0.8 0
			transparency 0.5
		}
	}
	geometry Box {
	}
}
  
Transform {
	scale 2 0.5 2
	rotation 0 1 0 0.78
	translation 0 -1.5 0
	children [
		Shape {
			appearance Appearance {
				texture ImageTexture {
					url "brick.jpg"
				                repeatS TRUE
				                repeatT TRUE
				}
			}
		        	geometry Box {
		        	}
		}
	]
}

Generated by GNU enscript 1.6.1.

© Copyright 1999 Vapour Technology - vrmlguide@vapourtech.com