2025-06-04 05:02:57 +08:00

73 lines
1.1 KiB
Plaintext

local Enviroment_3={
lighting={
ambientMode=0,
ambientLight={
1,
1,
1,
1
},
ambientIntensity=1,
defaultReflectionMode=0,
defaultReflectionResolution=0,
reflectionBounces=1,
reflectionIntensity=0
},
fog={
fog=true,
fogColor={
0.368728399276733,
0.597178101539612,
0.911764681339264,
0
},
fogMode=1,
fogStartDistance=30,
fogEndDistance=120
},
flare={
flareFadeSpeed=1,
flareStrength=0.574999988079071
},
skybox={
type=3,
sunColor={
1,
0.951014220714569,
0.845588207244873,
1
},
sunIntensity=1.21000003814697,
sunBounceIntensity=1,
sunRotation={
35,
180.000137329102,
0
},
sunFlare="Enviroment/50mmZoom",
sunSize=0.0299999993294477,
atmoshpereThickness=0.600000023841858,
skyTint={
0.106779836118221,
0.502410113811493,
0.58088231086731,
0
},
ground={
0.00264922389760613,
0.182705000042915,
0.360294103622437,
0
},
exposure=4,
cubemap="Enviroment/skycloud/new_sky_1",
cubemapRotation=243,
cubemapTint={
1,
1,
1,
1
}
}
}
return Enviroment_3