google / model-viewer

Easily display interactive 3D models on the web and in AR!
https://modelviewer.dev
Apache License 2.0
6.84k stars 807 forks source link

show texture in AR android #4382

Closed zjafarpishe closed 11 months ago

zjafarpishe commented 1 year ago

When I change the texture, it shows on the 3d view but does not show in AR

zjafarpishe commented 1 year ago

ar-modes="scene-viewer webxr"

danilokrulj commented 1 year ago

Use only WebXR, scene-viewer defaults it back to the textures from the gltf file. So use ar-modes="webxr scene-viewer quick-look" Or ar-modes="webxr quick-look"

zjafarpishe commented 1 year ago

In ar-modes="webxr scene-viewer quick-look" size of the models are not real and it is difficult to recognize the surface

elalish commented 1 year ago

@zjafarpishe Thanks for the feedback on our WebXR UX vs scene-viewer's. Since we actually control the WebXR UX, would you mind putting some specific feedback (screen-recordings comparing the two would be very helpful) so we can improve?