model-viewer
model-viewer copied to clipboard
Easily display interactive 3D models on the web and in AR!
move, rotation or scale doesn't work on webXR with AR. This issue has only been detected on Chrome 139.0.7258.158 since the August 26 update. It works on Edge. I tested...
I didn't see this in the documentation anywhere, so I am discussing it here. I wanted to use model-viewer web component within React with full type safety. The solution I...
I am trying to build an app to allow users to click components in a GLTF assembly and highlight the selected component (among other things). I am aware of using...
It seems that npmjs is serving @google/model-viewer with peerDependencies: { "three": "^0.172.0" } [npmjs \@google\/model-viewer](https://www.npmjs.com/package/@google/model-viewer?activeTab=code) Started a fresh project using pnpm with "@google/model-viewer": "4.1.0": And digging into `node_modules/@google/model-viewer/package.json` I see:...
Hi, thank you for maintaining this great project. I'm encountering a significant memory leak issue when using model-viewer to switch between different 3D models in a web app. I built...
I tested this on device Samsung Galaxy A5 (2017) Chrome version 138.0.7204.179 Google Play Services for AR version 1.50.251670083 When visiting https://modelviewer.dev/ i get a popup that says Google Play...
Hello did we have a setting to drow edge lline for more cleaner solid display like this ? thanks for return
Hi, The issue is reproducible from model-viewer version 3.2.0 to 4.1.0: ```js const viewer = document.getElementsByTagName('model-viewer')[0] viewer.model.materials[0].setSheenColorFactor('#ffffff') ``` Output: ``` Uncaught TypeError: Cannot read properties of undefined (reading 'set') ```
Exactly the same render issues as described here: https://github.com/google/model-viewer/issues/5043 Android 16; Pixel 7a Build/BP2A.250605.031.A2 Chrome 138.0.7204.157 It renders normal on the same device using firefox: 140.0.4 (Build #2016101263)
I was creating a simple 3D visualizer for a product. I went to the model editor page and exported the file with all its variants, as I needed to swap...