Replies: 1 comment
-
Also i want to me able to display the x,y,z location of the camera on the leva usecontrol. This way i can save that location/zoom aand use it at startup time next time in the code. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure what i am missing here. The perspective camera works as expected. My problem is figuring how to use an orthographic camera with the new grid correctly.
How do i position the orthographic camera correctly please ?
if i use the props to enable orthographic camera as shown here:
I get the box but i cant get the grid as you can see below. as you can see the grid is missing
when i try to use a component as in:
This is what i get :

Here is the full code
Beta Was this translation helpful? Give feedback.
All reactions