Mr.doob 5 rokov pred
rodič
commit
43a05c3eb4
2 zmenil súbory, kde vykonal 0 pridanie a 12 odobranie
  1. 0 6
      build/three.js
  2. 0 6
      build/three.module.js

+ 0 - 6
build/three.js

@@ -32514,8 +32514,6 @@
 	CircleBufferGeometry.prototype = Object.create( BufferGeometry.prototype );
 	CircleBufferGeometry.prototype.constructor = CircleBufferGeometry;
 
-
-
 	var Geometries = /*#__PURE__*/Object.freeze({
 		__proto__: null,
 		WireframeGeometry: WireframeGeometry,
@@ -33560,8 +33558,6 @@
 
 	};
 
-
-
 	var Materials = /*#__PURE__*/Object.freeze({
 		__proto__: null,
 		ShadowMaterial: ShadowMaterial,
@@ -37886,8 +37882,6 @@
 
 	};
 
-
-
 	var Curves = /*#__PURE__*/Object.freeze({
 		__proto__: null,
 		ArcCurve: ArcCurve,

+ 0 - 6
build/three.module.js

@@ -32506,8 +32506,6 @@ function CircleBufferGeometry( radius, segments, thetaStart, thetaLength ) {
 CircleBufferGeometry.prototype = Object.create( BufferGeometry.prototype );
 CircleBufferGeometry.prototype.constructor = CircleBufferGeometry;
 
-
-
 var Geometries = /*#__PURE__*/Object.freeze({
 	__proto__: null,
 	WireframeGeometry: WireframeGeometry,
@@ -33552,8 +33550,6 @@ LineDashedMaterial.prototype.copy = function ( source ) {
 
 };
 
-
-
 var Materials = /*#__PURE__*/Object.freeze({
 	__proto__: null,
 	ShadowMaterial: ShadowMaterial,
@@ -37878,8 +37874,6 @@ SplineCurve.prototype.fromJSON = function ( json ) {
 
 };
 
-
-
 var Curves = /*#__PURE__*/Object.freeze({
 	__proto__: null,
 	ArcCurve: ArcCurve,