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