简体   繁体   English

o3D示例无法在localhost中运行

[英]o3D samples can't run in localhost

I have downloaded the samples from Google o3d,but it can't run in my computer.The question like this:Even I install the o3d plug-in again and again, it always prompt me that I have to install this plug-in when I visit the samples' website that I published in IIS 7.The IE7,opera and chrome has been tested, them are all the same. 我已经从Google o3d下载了示例,但无法在我的计算机上运行。像这样的问题:即使我一次又一次地安装o3d插件,它总是提示我必须在安装该插件时我访问了我在IIS 7中发布的示例网站。IE7,opera和chrome已经过测试,它们都是相同的。 This is my first time to ask a question using English,so I hope it is clear to you.Thank you for any reply. 这是我第一次用英语提问,所以希望对您很清楚。谢谢您的答复。

I have found the answer, 我找到了答案,

Find o3d/samples/o3djs/util.js and change: 查找o3d / samples / o3djs / util.js并更改:

o3djs.util.REQUIRED_VERSION = '0.1.42.4'; 

to

o3djs.util.REQUIRED_VERSION = '0.1.42.3'; 

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM