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

DEF DISPLAY Transform {
    children [
        Shape {
            geometry Text {
                string "Look here"
                fontStyle FontStyle {
                    style "ITALIC"
                }
            }
        }
		Shape {
            geometry Sphere {
                radius 0.1
            }
        }
    ]
}