AR Not Working
#4789
Replies: 3 comments 13 replies
-
Maybe sharing your code could help someone spot the issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
In this case, it means the ability to pan, rotate and zoom.
On Monday, June 17, 2024 at 12:45:39 PM CDT, Emmett Lalish ***@***.***> wrote:
What is AR on a laptop?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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
-
I am trying to develop my first web page to show a glb model in 3D with the ability to rotate, pan, and zoom on my laptop (I do not currently have access to a web site). I have used the
<script type="module" src="https://ajax.googleapis.com/ajax/libs/model-viewer/3.5.0/model-viewer.min.js"></script>
and the model shows up fine, but I cannot rotate, pan and zoom the model. My assumption is that I am really not getting access to threejs to support the AR features. I went to the Model-Viewer website and uploaded my glb file and then downloaded the code and that is what I am running except I added the script tag I showed.I have tried to go through the documentation several times, but I am obviously doing something wrong. I am also curious if the editor changes the glb file and that I need to download the "modified" version (which is what I did do).
Beta Was this translation helpful? Give feedback.
All reactions