diff options
Diffstat (limited to 'src/components/ground.jsx')
-rw-r--r-- | src/components/ground.jsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/ground.jsx b/src/components/ground.jsx index 9aa736d..9aced45 100644 --- a/src/components/ground.jsx +++ b/src/components/ground.jsx @@ -2,8 +2,7 @@ import { useRef } from 'react'; import * as everforest from '../_everforest.module.scss' import { RigidBody } from '@react-three/rapier'; import { useGLTF } from '@react-three/drei'; - -const terrainModelURL = new URL('../assets/terrain.glb', import.meta.url).href +import terrainModelURL from '../assets/terrain.glb'; export default function Ground() { const meshRef = useRef(); |