|
@@ -974,7 +974,6 @@ THREE.MarchingCubes = function ( resolution, material, enableUvs, enableColors )
|
|
THREE.MarchingCubes.prototype = Object.create( THREE.ImmediateRenderObject.prototype );
|
|
THREE.MarchingCubes.prototype = Object.create( THREE.ImmediateRenderObject.prototype );
|
|
THREE.MarchingCubes.prototype.constructor = THREE.MarchingCubes;
|
|
THREE.MarchingCubes.prototype.constructor = THREE.MarchingCubes;
|
|
|
|
|
|
-
|
|
|
|
/////////////////////////////////////
|
|
/////////////////////////////////////
|
|
// Marching cubes lookup tables
|
|
// Marching cubes lookup tables
|
|
/////////////////////////////////////
|
|
/////////////////////////////////////
|