style: run format:apply
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
background: black;
|
background: black;
|
||||||
z-index: 4444;
|
z-index: 4444;
|
||||||
transition: opacity 1.0s ease-in-out;
|
transition: opacity 1s ease-in-out;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|||||||
+7
-6
@@ -627,9 +627,7 @@ function Loader() {
|
|||||||
}, [progress, active]);
|
}, [progress, active]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div className={`loader ${!visible ? 'loader hidden' : ''}`}>
|
||||||
className={`loader ${!visible ? 'loader hidden' : ''}`}
|
|
||||||
>
|
|
||||||
<img src='/img/niko.jpg' className='niko-spin' />
|
<img src='/img/niko.jpg' className='niko-spin' />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
@@ -659,9 +657,12 @@ export default function Home() {
|
|||||||
<SMAA />
|
<SMAA />
|
||||||
</EffectComposer>
|
</EffectComposer>
|
||||||
|
|
||||||
<Environment files={'hdr/sky.hdr'} environmentIntensity={1} background />
|
<Environment
|
||||||
<fogExp2 attach='fog' args={[0x9A9A9A, 0.01]} />
|
files={'hdr/sky.hdr'}
|
||||||
|
environmentIntensity={1}
|
||||||
|
background
|
||||||
|
/>
|
||||||
|
<fogExp2 attach='fog' args={[0x9a9a9a, 0.01]} />
|
||||||
|
|
||||||
<Terrain
|
<Terrain
|
||||||
chunks={16}
|
chunks={16}
|
||||||
|
|||||||
Reference in New Issue
Block a user