ソースを参照

BufferGeometryUtils: Format

Mugen87 7 年 前
コミット
65a4179fb0
1 ファイル変更0 行追加1 行削除
  1. 0 1
      examples/js/BufferGeometryUtils.js

+ 0 - 1
examples/js/BufferGeometryUtils.js

@@ -270,7 +270,6 @@ THREE.BufferGeometryUtils = {
 		if ( isIndexed ) {
 
 			var indexOffset = 0;
-
 			var mergedIndex = [];
 
 			for ( var i = 0; i < geometries.length; ++ i ) {