Hello, I’m making my first React three fiber project.
I am trying to load a pond gltf model(which has a certain height) on a plane.
The issue is I don’t want to show that excess height. When I move the model position a little below the plane, the pond’s contents are covered by the plane.
Here is a sandbox link showing the issue: link (Refer to the PondModel function)
could explain a little more what excess height means, or better even make a snapshot and red-circle the problem?
btw small hint, when you have everything inside index.js there is no hot reload, it will browser refresh the whole page. best make App.js, and just createRoot(document.getElementById('root')).render(<App />) in index.
another problem: react-three-fiber is deprecated. the correct namespace is @react-three/fiber and @react-three/drei
i only know the basics, blender is a massive software, but it really saves you time later on, even if you can’t model yet you’ll be able to kit bash stuff together or make modifications. also will come in handy when you want to compress and bake models.