#VRML V2.0 utf8 EXTERNPROTO GeoElevationGrid [ field SFNode geoOrigin field MFString geoSystem field SFString geoGridOrigin field SFInt32 xDimension field SFString xSpacing field SFInt32 zDimension field SFString zSpacing field MFFloat height exposedField SFNode color exposedField SFNode texCoord exposedField SFNode normal field SFBool normalPerVertex field SFBool ccw field SFBool colorPerVertex field SFFloat creaseAngle field SFBool solid ] "http://www.ai.sri.com/geovrml/1.0/protos/GeoElevationGrid.wrl" EXTERNPROTO GeoViewpoint [ field SFNode geoOrigin field MFString geoSystem field SFString position field SFRotation orientation field SFString description exposedField SFFloat fieldOfView exposedField SFBool jump exposedField MFString navType eventIn SFBool set_bind eventIn SFString set_position eventOut SFTime bindTime eventOut SFBool isBound ] "http://www.ai.sri.com/geovrml/1.0/protos/GeoViewpoint.wrl" Group { children [ Background { skyAngle [ ] skyColor [ 0.1 0.1 0.8 ] } GeoViewpoint { geoSystem [ "GDC" ] position "35.0 -70.0 10000000" orientation 1 0 0 -1.57 description "Initial GeoViewpoint" navType [ "EXAMINE", "ANY" ] } Shape { appearance Appearance { material Material { diffuseColor 0.3 1.0 0.3 } texture ImageTexture { url "earth-ul.jpg" } } geometry GeoElevationGrid { solid FALSE geoSystem [ "GDC" ] geoGridOrigin "0 -180 0" xDimension 11 zDimension 11 zSpacing "9" xSpacing "18" height [ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1000000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ] } } ] }