提交 43fd5f7c 编写于 作者: M Mr.doob

OBJLoader2: Added missing material reference.

上级 5a3e4b9a
......@@ -290,7 +290,8 @@ THREE.OBJLoader.prototype = {
object = {
name: line.substring( 2 ).trim(),
geometry: geometry
geometry: geometry,
material: material
};
objects.push( object )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册