#VRML V1.0 ascii # Revisions: # converted to VRML - Ali (12/96) Transform { scaleFactor 0.025 0.025 0.025 } # scene general properties - OnLive header OnLive_Server { fields [ SFString server, SFString url ] server "amber.onlive.com" url "http://www.OzGate.com/onlive/spacedock.olv" } WorldInfo { fields [ SFString title, MFString info ] title "Space Dock" info "" } OnLive_MaxAvatars { fields [ SFLong max ] max 12 } OnLive_MaxInstances { fields [ SFLong max ] max 0 } # scene environmental properties OnLive_CubeBoundary { fields [ SFVec3f min, SFVec3f max ] min -10000 0 -10000 max 10000 10000 10000 } Environment { fields [ SFFloat ambientIntensity ] ambientIntensity 0.2 } Background { fields [ MFColor groundColors, MFColor skyColors, MFString scenery ] groundColors [] #skyColors [ 0 0 0 ] scenery "http://www.OzGate.com/onlive/maps/STARS.PNG.gz" } OnLive_Horizon { fields [ SFString url, SFFloat angularWidth, SFFloat bearing, SFFloat elevation ] url "http://www.OzGate.com/onlive/maps/STARS.PNG.gz" angularWidth 1.571 bearing 0.262 elevation 0.122 } OnLive_Horizon { fields [ SFString url, SFFloat angularWidth, SFFloat bearing, SFFloat elevation ] url "http://www.OzGate.com/onlive/maps/STARS.PNG.gz" angularWidth 1.571 bearing 1.833 elevation 0.122 } OnLive_Horizon { fields [ SFString url, SFFloat angularWidth, SFFloat bearing, SFFloat elevation ] url "http://www.OzGate.com/onlive/maps/STARS.PNG.gz" angularWidth 1.571 bearing 3.404 elevation 0.122 } OnLive_Horizon { fields [ SFString url, SFFloat angularWidth, SFFloat bearing, SFFloat elevation ] url "http://www.OzGate.com/onlive/maps/STARS.PNG.gz" angularWidth 1.571 bearing 4.975 elevation 0.122 } # lights DEF NE_Down DirectionalLight { intensity 0.8 color 1 1 1 direction -0.5 -0.5 0.7071 on TRUE } DEF NW_Down DirectionalLight { intensity 0.2 color 1 1 1 direction 0.5 -0.5 0.7071 on TRUE } DEF SW_Down DirectionalLight { intensity 0.5 color 1 1 1 direction 0.5 -0.5 -0.7071 on TRUE } DEF SE_Down DirectionalLight { intensity 0.1 color 1 1 1 direction -0.5 -0.5 -0.7071 on TRUE } # DEFs Switch { whichChild -1 # DEF: regular_portal DEF regular_portal Separator { Material { diffuseColor 0.7 0.1 0.1 } MaterialBinding { value OVERALL } WWWInline { name "props/WRL/AZPORT-M.WRL.gz" } } } # portal: VRML Entrance Separator { Transform { translation 100.0 80.0 100.0 rotation 0 1 0 0.785 } WWWAnchor { name "entrance.olv" description "VRML Entrance" USE regular_portal } } # Gouraud shaded objects Transform { scaleFactor 4.6 4.6 4.6 translation 0 0.0 0 } Material { diffuseColor 0.7 0.1 0.1 } MaterialBinding { value OVERALL } WWWInline { name "http://www.ozgate.com/onlive/props/WRL/SPACEV1.WRL.gz" } } }