Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用谷歌模型查看器库。为电子商务网站提供 AR 支持。
自定义按钮在您的空间中查看
我想为那些没有 AR 功能的浏览器隐藏 AR 预览按钮(在您的空间中查看)。我还想显示支持“android”和“ios”的自定义“添加到购物车”按钮?
AR 中的“添加到购物车”按钮
我添加如下代码。它显示在android中但不在ios中
<model-viewer> <button>Add to cart</button> </model-viewer>
要让按钮出现在 iOS 中,您必须使用 ios-src 参数添加一个 usdz 模型。
ios-src="/models/Astronaut.usdz"
您还可以向 ar 模式添加快速查看,并让 modelViewer 尝试动态自动生成 usdz 模型。
ar-modes 文档