fix: misc visual changes
This commit is contained in:
+11
-5
@@ -80,11 +80,17 @@ function Scene() {
|
|||||||
return (<>
|
return (<>
|
||||||
<Environment
|
<Environment
|
||||||
files={'niko/hdr/sky.hdr'}
|
files={'niko/hdr/sky.hdr'}
|
||||||
environmentIntensity={1}
|
environmentIntensity={0.85}
|
||||||
background
|
background
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<fogExp2 attach='fog' args={[0x9a9a9a, 0.01]} />
|
<fogExp2 attach='fog' args={[0x9a9a9a, 0.0125]} />
|
||||||
|
|
||||||
|
<ambientLight intensity={0.5} />
|
||||||
|
<directionalLight
|
||||||
|
position={[15, 25, 15]}
|
||||||
|
intensity={1}
|
||||||
|
/>
|
||||||
|
|
||||||
<Terrain
|
<Terrain
|
||||||
chunks={chunks}
|
chunks={chunks}
|
||||||
@@ -123,9 +129,9 @@ function PostProcessing() {
|
|||||||
<Vignette />
|
<Vignette />
|
||||||
<Noise opacity={0.05} />
|
<Noise opacity={0.05} />
|
||||||
<Bloom
|
<Bloom
|
||||||
intensity={2}
|
intensity={0.8}
|
||||||
luminanceThreshold={0.5}
|
luminanceThreshold={0.4}
|
||||||
luminanceSmoothing={0.1}
|
luminanceSmoothing={0.5}
|
||||||
/>
|
/>
|
||||||
<SMAA />
|
<SMAA />
|
||||||
<HueSaturation saturation={0.3} />
|
<HueSaturation saturation={0.3} />
|
||||||
|
|||||||
Reference in New Issue
Block a user