Replies: 1 comment 5 replies
-
The object seems to be getting placed outside the screen |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While loading the AR, the object does not seem to get placed in the screen area but rather far away to the right.
<title>Model Viewer</title> <script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script> <style> model-viewer{ width: 400px; height: 600px; margin: 0 auto;Any tips on fixing this? attaching my code below
}
</style>
Beta Was this translation helpful? Give feedback.
All reactions