Explorar el Código

Revert accidental whitespace change

Arseny Kapoulkine hace 5 años
padre
commit
191a79364c
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      examples/js/loaders/GLTFLoader.js
  2. 1 1
      examples/jsm/loaders/GLTFLoader.js

+ 1 - 1
examples/js/loaders/GLTFLoader.js

@@ -1465,7 +1465,7 @@ THREE.GLTFLoader = ( function () {
 
 
 	var INTERPOLATION = {
 	var INTERPOLATION = {
 		CUBICSPLINE: undefined, // We use a custom interpolant (GLTFCubicSplineInterpolation) for CUBICSPLINE tracks. Each
 		CUBICSPLINE: undefined, // We use a custom interpolant (GLTFCubicSplineInterpolation) for CUBICSPLINE tracks. Each
-								// keyframe track will be initialized with a default interpolation type, then modified.
+		                        // keyframe track will be initialized with a default interpolation type, then modified.
 		LINEAR: THREE.InterpolateLinear,
 		LINEAR: THREE.InterpolateLinear,
 		STEP: THREE.InterpolateDiscrete
 		STEP: THREE.InterpolateDiscrete
 	};
 	};

+ 1 - 1
examples/jsm/loaders/GLTFLoader.js

@@ -1528,7 +1528,7 @@ var GLTFLoader = ( function () {
 
 
 	var INTERPOLATION = {
 	var INTERPOLATION = {
 		CUBICSPLINE: undefined, // We use a custom interpolant (GLTFCubicSplineInterpolation) for CUBICSPLINE tracks. Each
 		CUBICSPLINE: undefined, // We use a custom interpolant (GLTFCubicSplineInterpolation) for CUBICSPLINE tracks. Each
-								// keyframe track will be initialized with a default interpolation type, then modified.
+		                        // keyframe track will be initialized with a default interpolation type, then modified.
 		LINEAR: InterpolateLinear,
 		LINEAR: InterpolateLinear,
 		STEP: InterpolateDiscrete
 		STEP: InterpolateDiscrete
 	};
 	};