Closed aldebout closed 6 days ago
at this point envmap ground comes from three, it used to be a drei feature that was made official. or @FarazzShaikh do you think it can be fixed here?
I’m not sure what I’m looking for in the provided sandbox, things look fine to me
however I know a lot more about shaders now, perhaps it’s time to revisit for a better ground projection
I’m not sure what I’m looking for in the provided sandbox, things look fine to me
My bad, I commented out the camera, it should show the issue now :)
Thank you for contributing! We’re marking this issue as stale as a gentle reminder to revisit it and give it the attention it needs to move forward.
Any activity, like adding an update or comment, will automatically remove the stale label so it stays on our radar.
Feel free to reach out on Discord if you need support or feedback from the community. This issue will close automatically soon if there’s no further activity. Thank you for understanding and for being part of the project!
We’re closing this issue to keep our project manageable and make room for other active work, but we truly appreciate your effort and contribution.
If you’d like to continue working on this, please feel free to re-open it or reach out on Discord — our community is always ready to support you. Thanks again for helping us stay organized and for understanding our approach!
When using
Environment
with theground
option, whatever the settings I try, I get a transparent "hole"/artifact in the middle of my camera. By default it is white, if I use thebackground
prop as well I see the background through the hole.three
version:0.153.3
@react-three/fiber
version:8.12.0
@react-three/drei
version:9.58.4
node
version: 18npm
(oryarn
) version:Problem description:
I shouldn't see the artifact.
Relevant code:
Codesandbox reproduction: https://codesandbox.io/s/r3f-env-white-issue-2zm40x
Suggested solution:
Adding a
PerspectiveCamera
solves the issue (I haven't tried many other things)