Browse Source

remove unused variables

aardgoose 8 năm trước cách đây
mục cha
commit
315e636859
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      examples/webgl_nearestneighbour.html

+ 0 - 3
examples/webgl_nearestneighbour.html

@@ -72,11 +72,8 @@
 		<script>
 
 			var camera, scene, renderer;
-			var geometry, mesh;
 			var controls;
 
-			var objects = [];
-
 			var amountOfParticles = 500000, maxDistance = Math.pow( 120, 2 );
 			var positions, alphas, particles, _particleGeom;