Replies: 1 comment 3 replies
-
I don't think this is a difference between GLB and glTF, since they produce the same data. And we don't process USDZ; can you specify which of our three AR modes you're in? If not, we can figure it out if you tell us the device and show a screen recording. Wild guess is you're seeing this behavior. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi,
We have used google model viewer as below with a GLB 3D model but when we opened it in AR mode, the 3D model is jumping up, and it is happening only for the GLB file and it's working fine for the other format files like gltf and usdz. In the below code, we have used angular js directives(ng-src).
<model-viewer id="modelId" bounds="tight" enable-pan ng-src="{{glb | trusted}}" ng-ios-src="{{glb | trusted}}" ar ar-modes="webxr" camera-controls environment-image="neutral" shadow-intensity="1"></model-viewer>
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions