Is there a Google Animals like model selection bottom slide available? #1892
Replies: 13 comments
-
I've made something similar to the image that you are showing. In my example I had the Google Model viewer on a separate page. I then included that page as an iframe and by using CSS design you can overlay buttons on top of the iframe. The buttons can either change the object source of the widget, or, in my case I just created seperate webpages for each object and changed the individual iframe when someone clicked the buttons. |
Beta Was this translation helpful? Give feedback.
-
I have no idea if/when SceneViewer plans to make their carousel a public API - @tpsiaki? However, it is easy to construct one for model-viewer, as you can simply put extra HTML elements as children of the model-viewer element and use them to change the |
Beta Was this translation helpful? Give feedback.
-
@elalish just to get that right, WebXR will not work for the foreseeable future on iOS until Apple finally decides to jump on the train? |
Beta Was this translation helpful? Give feedback.
-
@soraryu Indeed, and please feel free to tell apple how important webXR is to you! I've also seen things like this that look interesting. |
Beta Was this translation helpful? Give feedback.
-
You can now see my carousel demo on our dev pages, which will also be visible in AR on an ARCore capable Android device with the latest Chrome. |
Beta Was this translation helpful? Give feedback.
-
Nice demo! Thank you very much! |
Beta Was this translation helpful? Give feedback.
-
@hybridherbst It has it already! I put scale="fixed" since these are shopping models, but maybe I should remove it. Or at least note it. |
Beta Was this translation helpful? Give feedback.
-
And 1.0 was just released! |
Beta Was this translation helpful? Give feedback.
-
thanks everyone and 🎉 for the v1.0 |
Beta Was this translation helpful? Give feedback.
-
@elalish i have a question/ though. I'm developing a react js app, and your library works great. Howerer, as you can said previuosly, WebXR are not supported by Apple ( damn......). BUT, maybe we can use this? Maybe we can integrate in our project and give the support for the missing APIs from the polyfills instead of the browser, like it happens with angular and the missing information on IE. In theory, Safari will have the webxr APIs and your plugin will work with WebXR. I must try later in the evening....what do you think? |
Beta Was this translation helpful? Give feedback.
-
@lupohirp Polyfills still require a supporting underlying API. The problem is that Apple supports neither WebVR nor WebAR nor anything else what would give access to AR features to the browser at this point. They are offloading all the XR work to their QuickLook viewer (a native app). |
Beta Was this translation helpful? Give feedback.
-
What ??? The don't have even the underlyng api's? Why People buy this s*****t i will never understand. I thought that they had implemented but never exposed.....rhanks anyway |
Beta Was this translation helpful? Give feedback.
-
Possible hope for the future? https://bugs.webkit.org/show_bug.cgi?id=208988 |
Beta Was this translation helpful? Give feedback.
-
I see this new functionality when viewing animals from Google Search:
Is this / will be available in the scene-viewer / model viewer?
I see no reference yet looking at:
https://developers.google.com/ar/develop/java/scene-viewer#3d-or-ar
Beta Was this translation helpful? Give feedback.
All reactions