Browse Source

remove unused variables

aardgoose 8 years ago
parent
commit
315e636859
1 changed files with 0 additions and 3 deletions
  1. 0 3
      examples/webgl_nearestneighbour.html

+ 0 - 3
examples/webgl_nearestneighbour.html

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