mirror of
https://github.com/Floriansylvain/generic-threejs-game.git
synced 2026-08-19 11:43:18 +02:00
fix: temp remove SSAO since its not working
This commit is contained in:
+2
-2
@@ -81,7 +81,7 @@ function App() {
|
|||||||
height={300}
|
height={300}
|
||||||
/>
|
/>
|
||||||
<Vignette eskil={false} offset={0.2} darkness={0.8} />
|
<Vignette eskil={false} offset={0.2} darkness={0.8} />
|
||||||
<SSAO
|
{/* <SSAO
|
||||||
blendFunction={BlendFunction.MULTIPLY}
|
blendFunction={BlendFunction.MULTIPLY}
|
||||||
samples={30}
|
samples={30}
|
||||||
rings={4}
|
rings={4}
|
||||||
@@ -97,7 +97,7 @@ function App() {
|
|||||||
worldProximityFalloff={0.5}
|
worldProximityFalloff={0.5}
|
||||||
worldProximityThreshold={0.5}
|
worldProximityThreshold={0.5}
|
||||||
intensity={30}
|
intensity={30}
|
||||||
></SSAO>
|
></SSAO> */}
|
||||||
<ChromaticAberration
|
<ChromaticAberration
|
||||||
modulationOffset={0.02}
|
modulationOffset={0.02}
|
||||||
radialModulation={true}
|
radialModulation={true}
|
||||||
|
|||||||
Reference in New Issue
Block a user