Explorar o código

LGTM warning fix

[email protected] %!s(int64=5) %!d(string=hai) anos
pai
achega
21a839b7ed
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      examples/webgl_geometry_terrain_fog.html

+ 0 - 5
examples/webgl_geometry_terrain_fog.html

@@ -30,15 +30,10 @@
 			import { ImprovedNoise } from './jsm/math/ImprovedNoise.js';
 
 			var container, stats;
-
 			var camera, controls, scene, renderer;
-
 			var mesh, texture;
 
 			var worldWidth = 256, worldDepth = 256;
-			var worldHalfWidth = worldWidth / 2;
-			var worldHalfDepth = worldDepth / 2;
-
 			var clock = new THREE.Clock();
 
 			init();