#VRML V2.0 utf8 WorldInfo { title "VRML: helloWorld.wrl" info [ "Author: Don Brutzman" "Revised: 31 July 1999" "Purpose: Simple VRML World" "Browsers: All" "based on: http://devo.stl.nps.navy.mil/vrtp/mil/navy/nps/dis/EspduTransformEXAMPLE.wrl" "URL" "http://devo.stl.nps.navy.mil/~brutzman/vrtp/demo/configurationCheck/helloWorld.wrl" "http://web.nps.navy.mil/~brutzman/vrtp/demo/configurationCheck/helloWorld.wrl" "http://www.web3D.org/WorkingGroups/vrtp/demo/configurationCheck/helloWorld.wrl" ] } NavigationInfo { type [ "EXAMINE", "FLY", "ANY"] } Group { children [ Viewpoint { description "initial view" position 6 -1 0 orientation 0 1 0 1.57 } Shape { geometry Sphere { } # default: radius 1 appearance Appearance { texture ImageTexture { url "earth-topo.png" } } } Transform { translation 0 -2 1.25 rotation 0 1 0 1.57 children [ Shape { geometry Text { string [ " Hello" "world!" ] } appearance Appearance { material Material { diffuseColor 0.1 0.5 1 } } } ] } ] }