提交 9f668dea 编写于 作者: M Mr.doob

Cube.js: Forgot to uncomment mergeVertices.

上级 027e8c69
此差异已折叠。
......@@ -60,7 +60,7 @@ var Cube = function ( width, height, depth, segments_width, segments_height, mat
this.sides.pz && buildPlane( 'x', 'y', 1 * flip, - 1, width, height, depth_half, this.materials[ 4 ] ); // pz
this.sides.nz && buildPlane( 'x', 'y', - 1 * flip, - 1, width, height, - depth_half, this.materials[ 5 ] ); // nz
// mergeVertices();
mergeVertices();
function buildPlane( u, v, udir, vdir, width, height, depth, material ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册