提交 d5908614 编写于 作者: T tschw

Let object loader respect its .texturePath .

上级 c062737c
......@@ -307,6 +307,8 @@ THREE.ObjectLoader.prototype = {
var loadImage = function ( url ) {
url = scope.texturePath + url;
scope.manager.itemStart( url );
return loader.load( url, function () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册