提交 b87346e1 编写于 作者: B Ben Adams

uv2 fix

上级 75782e67
......@@ -219,7 +219,7 @@ THREE.BufferGeometry.prototype = {
if ( hasFaceVertexUv2 === true ) {
var uvs2 = new Float32Array( faces.length * 3 * 2 );
this.addAttribute( 'uv2', new THREE.BufferAttribute( uvs, 2 ) );
this.addAttribute( 'uv2', new THREE.BufferAttribute( uvs2, 2 ) );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册