Explorar el Código

remove unused variables

Garrett Johnson hace 4 años
padre
commit
08a3498ac3
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      example/index.js

+ 0 - 3
example/index.js

@@ -48,9 +48,6 @@ let box;
 let raycaster, mouse, rayIntersect, lastHoveredElement;
 let offsetParent;
 let statsContainer, stats;
-const moveDirection = new Vector4( 0, 0, 0, 0 );
-const originalTarget = new Vector3( 0, 0, 0 );
-let originalDistance = 0;
 
 let params = {