AR - Google Scene Viewer - FCA 是如何做到这一点的?

问题描述

最近我遇到了 FCA Website for CES 2021,当你点击第一辆车时,你会得到一个二维码。通过闪烁此二维码,您将被重定向到 to this page

通过解码 URL 并查看它是如何制作的,我首先认为这很容易做到。我移除了一些部件,并尝试用我在 Blender 上轻松完成的模型替换模型。

这是解码后的网址:

https://arvr.google.com/scene-viewer/web?enableColorPicker&file=https://storage.googleapis.com/search-ar-vehicles/JhwKxj5FWvWq0XvZuDb4mZ7.glb&title=2021+Jeep+Wrangler+4XE&referrer=google.com:AUTOS:ces-c9&colorableMesh=Paint_Color_BD&card_content=https://scene-viewer-preview.appspot.com/scene-viewer/web/infocard?enableColorPicker&thumbnail=https://storage.googleapis.com/search-ar-vehicles/JhwKxj5FWvWq0XvZuDb4mZ7.png&file=https://storage.googleapis.com/search-ar-vehicles/JhwKxj5FWvWq0XvZuDb4mZ7.glb&title=2021+Jeep+Wrangler+4XE&colorableMesh=Paint_Color_BD&colorBaseUrl=https://storage.googleapis.com/search-ar-vehicles/colors/&referrer=google.com:AUTOS:ces-c9&carousel=[{"file":"https://storage.googleapis.com/search-ar-vehicles/JhwKxj5FWvWq0XvZuDb4mZ7.glb","title":"2021+Jeep+Wrangler+4XE","thumbnail":"https://storage.googleapis.com/search-ar-vehicles/JhwKxj5FWvWq0XvZuDb4mZ7.png"},{"file":"https://storage.googleapis.com/search-ar-vehicles/OK578yP7NrDgowmRIfYK4mu.glb","title":"2020+Jeep+Wrangler","thumbnail":"https://storage.googleapis.com/search-ar-vehicles/OK578yP7NrDgowmRIfYK4mu.png"},{"file":"https://storage.googleapis.com/search-ar-vehicles/FuLIQjyCrEVWMh4qu3cgaRf.glb","title":"2020+Jeep+Cherokee","thumbnail":"https://storage.googleapis.com/search-ar-vehicles/FuLIQjyCrEVWMh4qu3cgaRf.png"},{"file":"https://storage.googleapis.com/search-ar-vehicles/ZsKQhfMNeiRD52Wu9cKKxqB.glb","title":"2020+Jeep+Compass","thumbnail":"https://storage.googleapis.com/search-ar-vehicles/ZsKQhfMNeiRD52Wu9cKKxqB.png"},{"file":"https://storage.googleapis.com/search-ar-vehicles/Mct7cEaDUJhpiIZ9bUuShQA.glb","title":"2020+Jeep+Renegade","thumbnail":"https://storage.googleapis.com/search-ar-vehicles/Mct7cEaDUJhpiIZ9bUuShQA.png"}]&iosFile=https://storage.googleapis.com/search-ar-vehicles/JhwKxj5FWvWq0XvZuDb4mZ7.usdz&quicklookEnabled=true

但是通过替换模型,我获得了 Google 拒绝的访问权限。我认为这是由于引荐来源参数(此处为 google.com:AUTOS:ces-c9),但在这里我提出了实际问题:您如何获得自己的引荐来源网址?最近有人尝试这样做吗?访问被拒绝真的是因为引用者吗?

这是我试过的

https://arvr.google.com/scene-viewer/web?file=https://filebin.net/kvl7eh5cvmkjossg/test.glb?t=s42h134s&referrer=google.com:AUTOS:ces-c9&iosFile=https://filebin.net/kvl7eh5cvmkjossg/test.usdz?t=cxc71ics&quicklookEnabled=true

谢谢:)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...