fix:(game) Fixed constant refresh rate behavior

skidmarks
Alex 2024-01-24 11:04:23 +01:00
parent f5ebee224c
commit a819fcae4c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export const Experience = () => {
{/* <ambientLight intensity={0.2} /> */} {/* <ambientLight intensity={0.2} /> */}
{/* <spotLight position={[10, 20, 10]} angle={0.12} penumbra={1} intensity={1} castShadow shadow-mapSize={1024} /> */} {/* <spotLight position={[10, 20, 10]} angle={0.12} penumbra={1} intensity={1} castShadow shadow-mapSize={1024} /> */}
{/* <Paris position={[0, 0, 0]} /> */} <Paris position={[0, 0, 0]} />
<EffectComposer <EffectComposer
multisampling={0} multisampling={0}
disableNormalPass disableNormalPass