Quellcode durchsuchen

don't compute the bounding sphere.

seems to improve performance and i don't quite know what it's used for
anyway.
Lucas Stadler vor 12 Jahren
Ursprung
Commit
0bdd51934b
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      js/pixl/public/thrixl.html

+ 0 - 1
js/pixl/public/thrixl.html

@ -121,7 +121,6 @@
121 121
				}
122 122
			}
123 123
124
			chunkGeometry.computeBoundingSphere();
125 124
			var material = new THREE.MeshBasicMaterial({color: 0x00ff00});
126 125
			return new THREE.Mesh(chunkGeometry, material);
127 126
		}