feat: add the map
This commit is contained in:
+12
-1
@@ -1 +1,12 @@
|
||||
// src/world/Lighting.tsx
|
||||
export function Lighting(): React.JSX.Element {
|
||||
return (
|
||||
<>
|
||||
<directionalLight
|
||||
position={[60, 80, 30]}
|
||||
intensity={2.8}
|
||||
color="#fff7ed"
|
||||
castShadow
|
||||
/>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user