how to manage button , model opacity and hide or show model using model-viewer #3862
Unanswered
shihab-fw11-297
asked this question in
Q&A
Replies: 0 comments
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.
-
hi
I used WebXR try to show 1 button on AR mode but i didn't see any html element in AR mode, below is my code and also how to manage model opacity and hide or show model using model-viewer in AR mode please help.
below is code to show help button in AR mode
below is CSS code to show help button in AR mode
#ar-help{
position: absolute;
height: 36px;
display:none;
}
model-viewer[ar-status="session-started"] > #ar-help {
display: block;
}
Beta Was this translation helpful? Give feedback.
All reactions