fix: move ambient light to page root
This commit is contained in:
@@ -230,8 +230,6 @@ export default function Hallway() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<ambientLight intensity={0.0225} />
|
||||
|
||||
{segmentPool.map((poolIndex) => (
|
||||
<group
|
||||
key={poolIndex}
|
||||
|
||||
Reference in New Issue
Block a user