Closed EugeneFitzher closed 4 years ago
I found that, using glb from 'https://cdn.glitch.com/36cb8393-65c6-408d-a538-055ada20431b/Astronaut.glb?1542147958948' works exactly what I wanted, and if I just change it into local file, it doesn't work.
I solve this problem using assets from HTTPS.
Description
Please provide a detailed description of the bug, how to reproduce it, and the expected behavior. Always include a code snippet, screenshot, any errors reported in the console, and the model to help us understand and fix the problem.
Live Demo
https://glitch.com/edit/#!/model-viewer
Browser Affected
OS
Versions
` <model-viewer id="astronaut3D" class="view3d" src="assets/Astronaut.glb" ar ar-scale="auto" camera-controls alt="the Title" background-color="#fbfbfb" ios-src="assets/Astronaut.usdz" interaction-prompt="auto" magic-leap unstable-webxr>
Hello, I'm new to model viewer. When I enter AR(Scene Viewer), I cannot use any interaction. I only can put the 3D object, and nothing available; resizing, dragging, .. .
But on model viewer, I can do that.
I'm using https through not trusted ceritifacte, I just wonder that, is it because of HTTPS? should I use trust ceritificate for interaction?
on Chrome, when I try to enterAR, it said 'Couldn't load object. Looks something wrong with object.' is it also related with https? I can launch it on chrome canary. ( Other Scene viewer works perfectly on chrome and chrome canary. only doesn't works on my server. )