Replies: 1 comment 2 replies
-
clipping can have a dozen reasons. your camera, near far, which is always related to how big your models are. when it clips it will show the transparent background unless alpha is false. you can also mess up the internal resize observer by shifting the canvas around, transitioning its size etc. the dom has a hard time figuring out changes. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project using react, three and rtf.

In my scene if I pull the camera back the background of the containing div will show.
If I set the div containing my canvas to a width of 99% with inline styling. Then on completion of loading the models set it to 100%. This issue goes away.

Can anyone point me to what may be going on?
Beta Was this translation helpful? Give feedback.
All reactions