提交 853051f3 编写于 作者: T tschw

Let ObjectLoader propagate its texturePath.

上级 d5908614
......@@ -190,7 +190,7 @@ THREE.ObjectLoader.prototype = {
case 'Geometry':
geometry = geometryLoader.parse( data.data ).geometry;
geometry = geometryLoader.parse( data.data, this.texturePath ).geometry;
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册