-- Level startup script print ("Can_Race Script...") -- Load the skydome LoadSkyDome("SkyDomes\\Cancun_sea.rom") LoadSkyDomeClouds("SkyDomes\\Cancun_clouds01.rom",0.03,1) LoadSkyDomeClouds("SkyDomes\\Cancun_islands.rom",0,1) -- Setup the sun Sun.Enable() Sun.SetReflectionBrightness(0.5) Sun.SetReflectionSize(10) Sun.SetReflectionLength(1) Sun.SetColour(1.0,1.0,1.0,1.0) Sun.SetFlareType(4) Sun.SetSharpness(1.0) -- Bloom PS2 Bloom.SetEnabled(true) Bloom.SetBlurLevel(1.0) Bloom.SetBaseAmount(1.0) Bloom.SetBloomAmount(0.5) Bloom.SetColourScale(0.6) Bloom.SetColourThreshold(0.0) Bloom.SetColourAdjust(1.0, 1.0, 1.0, 1.0) -- Fog -- Enable this for some rather fetching red fog! Fog.Enable(true) Fog.SetColour(1.0,0.6,0.65,0.75) Fog.SetRange(0.0,1.0) Fog.SetDistance(0.0, 0.08) Fog.SetDensity(1.0) -- Other available sun commands are Sun.SetPosition(x,y,z)