Tag: three.js

使用three.js加载.obj时出现问题

我试图使用three.js加载.obj文件,但不幸的是它说“无法加载资源:服务器响应状态为404(未找到)”的错误 以下是我正在使用的示例链接 view-source: http : //mrdoob.github.io/three.js/examples/webgl_loader_obj.html CODE如下 three.js webgl – loaders – OBJ loader body { font-family: Monospace; background-color: #000; color: #fff; margin: 0px; overflow: hidden; } #info { color: #fff; position: absolute; top: 10px; width: 100%; text-align: center; z-index: 100; display:block; } #info a, .button { color: #f00; font-weight: bold; text-decoration: underline; cursor: pointer […]