Преглед на файлове

Revert accidental whitespace change

Arseny Kapoulkine преди 5 години
родител
ревизия
191a79364c
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  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
 	};
 	};