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

Shape {
    geometry Sphere {
            radius 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/earth-small.gif"
        }
        textureTransform TextureTransform {
            center 0 0
            rotation 0.0
            scale 1 1
            translation 2 2
        }
    }
}