提交 92af99c6 编写于 作者: M Mr.doob

OBJLoader: Fixed broken uvs.

上级 18f7b2ff
......@@ -416,6 +416,7 @@ THREE.OBJLoader = ( function () {
parseFloat( data[ 2 ] ),
parseFloat( data[ 3 ] )
);
break;
case 'vt':
state.uvs.push(
parseFloat( data[ 1 ] ),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册