Replies: 1 comment 2 replies
-
Can you try to fix the formatting and remove everything that's not required to repro the problem? Also, if you can remix our Glitch (in the issue template) and link to that, it would help a lot with understanding what your repro. |
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.
-
Hi All,
I had tried to follow the example in page in Model Viewer WebXR Demo, link at below: https://modelviewer.dev/examples/augmentedreality/index.html
But i found that the previous model didn't hide still displaying after i clicked to change other model. Please read the below image i captured from screen. It is the problem about display: none?
/* This keeps child nodes hidden while the element loads */
:not(:defined) > * {
display: none;
}
Hope anyone can give me some advices how to solve the hide/ show 3 models feature for my project.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions