提交 8a26198b 编写于 作者: A alteredq

Updated also WebGLRenderer2 to show quads in wireframe.

上级 969490dd
......@@ -417,7 +417,6 @@ THREE.WebGLRenderer2 = function ( antialias ) {
// TODO: don't add lines that already exist (faces sharing edge)
lines.push( vertexIndex, vertexIndex + 1 );
lines.push( vertexIndex, vertexIndex + 2 );
lines.push( vertexIndex, vertexIndex + 3 );
lines.push( vertexIndex + 1, vertexIndex + 2 );
lines.push( vertexIndex + 2, vertexIndex + 3 );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册