Spaces:
Runtime error
Runtime error
emanueledonati
commited on
Commit
•
07616ec
1
Parent(s):
14883c3
Update src/App.js
Browse files- src/App.js +1 -1
src/App.js
CHANGED
@@ -475,7 +475,7 @@ function Bg() {
|
|
475 |
const texture = useTexture('/images/background2.jpg');
|
476 |
|
477 |
return(
|
478 |
-
<mesh position={[0, 1.
|
479 |
<planeBufferGeometry />
|
480 |
<meshBasicMaterial map={texture} />
|
481 |
|
|
|
475 |
const texture = useTexture('/images/background2.jpg');
|
476 |
|
477 |
return(
|
478 |
+
<mesh position={[0, 1.5, -2]} scale={[0.8, 0.8, 0.8]}>
|
479 |
<planeBufferGeometry />
|
480 |
<meshBasicMaterial map={texture} />
|
481 |
|