#VRML V1.0 ascii # Designed by Angle Grinder Separator { # scene general properties - DSpace header DSpace_Server { fields [ SFString server, SFString url ] server "Europe.OzGate.com" url "http://?.dsv" } WorldInfo { fields [ SFString title, MFString info ] title "Avatarium" info "For Avatar Pix" } DSpace_MaxAvatars { fields [ SFLong max ] max 20 } DSpace_MaxInstances { fields [ SFLong max ] max 3 } # scene environmental properties DSpace_CubeBoundary { fields [ SFVec3f min, SFVec3f max ] min -1000.0 -1000 -1000.0 max 1000.0 1000.0 1000.0 } Environment { fields [ SFFloat ambientIntensity ] ambientIntensity 0.5 #if your world looks dark raise this vale } Background { fields [ MFColor groundColors, MFColor skyColors, MFString scenery ] groundColors [ 0.1 0.4 0.6 ] skyColors [ 0.1 0.4 0.6 ] scenery "" } Separator { DEF LocLight PointLight { color 1 0.6471 0.3765 on TRUE location 4.827 4.089 1.121 intensity 1 }} }