style: adjust flashlight params
This commit is contained in:
@@ -130,11 +130,12 @@ export default function Player() {
|
|||||||
<PointerLockControls />
|
<PointerLockControls />
|
||||||
<spotLight
|
<spotLight
|
||||||
ref={flashlightRef}
|
ref={flashlightRef}
|
||||||
distance={22}
|
distance={20}
|
||||||
angle={0.35}
|
angle={0.4}
|
||||||
penumbra={0.7}
|
penumbra={0.7}
|
||||||
intensity={5}
|
intensity={0}
|
||||||
color="#fffaed"
|
color="#fffaed"
|
||||||
|
decay={1.7}
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user