Przeglądaj źródła

Update MarchingCubes.js

Mr.doob 3 lat temu
rodzic
commit
d20ebe7d33
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/jsm/objects/MarchingCubes.js

+ 1 - 1
examples/jsm/objects/MarchingCubes.js

@@ -878,7 +878,7 @@ MarchingCubes.prototype.isMarchingCubes = true;
 /////////////////////////////////////
 /////////////////////////////////////
 
 
 // These tables are straight from Paul Bourke's page:
 // These tables are straight from Paul Bourke's page:
-// http://local.wasp.uwa.edu.au/~pbourke/geometry/polygonise/
+// http://paulbourke.net/geometry/polygonise/
 // who in turn got them from Cory Gene Bloyd.
 // who in turn got them from Cory Gene Bloyd.
 
 
 const edgeTable = new Int32Array( [
 const edgeTable = new Int32Array( [