Canvas too small #884
LeviHarrison
started this conversation in
General
Replies: 1 comment
-
canvas fills the witdh/height of the next relative/absolute parent. by default the browser will not make body/#root fill the screen. other than that you have camera settings on the canvas. move the camera a bit back |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I've run across a problem using three-fiber with Next.js. The 3D object in the canvas, for example, a box, is too large for the canvas, and the sides are clipped out. When I make the box smaller, the canvas shrinks too, and the problem persists.
Beta Was this translation helpful? Give feedback.
All reactions