如何为网络嵌入VR View图像

时间:2018-11-03 03:38:25

标签: html google-vr

我想使用Google的VrVỉew嵌入360°图像。 我按照以下说明进行操作:https://developers.google.com/vr/develop/web/vrview-web#top_of_page,但出现此错误:

Error

这是我的代码:

public void setRatesFilePath(String ratesFilePath) {
    this.ratesFilePath = ratesFilePath;

    if(ratesFilePath == null) ratesFile = null;
    else ratesFile = new File(ratesFilePath);
}

任何人都可以帮助我了解问题出在哪里吗?

0 个答案:

没有答案