How to add a simple node in earth using compose? #595
Replies: 1 comment 1 reply
-
Hi, I just wanted to ask you, did you manage to visualize the model in the earth anchor? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a simple composable and am trying to add a 3D model to an anchor by creating an anchor node using earth.createAnchor. Apparently, the model is added and attached, but I can't see it. Since I am using DepthMode.Disable, I assume I should be able to see the model regardless of any physical objects in front of the camera. But I can't see it 😢
can some one help me with this please? It works when instead of using earth.createAnchor I use scene.createAnchor? Is there is step I am missing?
Beta Was this translation helpful? Give feedback.
All reactions