#VRML V2.0 utf8
# Author -- Vikas Krishna, Syracuse University, October 1996

Shape {
	geometry Box {
	    	size 2 2 2
	}
	appearance Appearance {
		material Material {
			 ambientIntensity  0.2
			 diffuseColor      0.8 0.8 0.8
			 emissiveColor     0 0 0
		  	 shininess         1.0
			 specularColor     0 0 0
			 transparency      0.0
		}
		texture ImageTexture {
			url 	"images/logo.gif"
		}
		textureTransform TextureTransform {
			center 0 0
			rotation 0.0
			scale 5 2 
			translation 2 2
		}
	}
}