1
0
Garrett Johnson 6 жил өмнө
parent
commit
b8d7a4d3d4

+ 1 - 1
examples/jsm/csm/CSM.js

@@ -187,7 +187,7 @@ export default class CSM {
 
 			}
 
-            let squaredBBWidth = point1.distanceTo( point2 );
+			let squaredBBWidth = point1.distanceTo( point2 );
 			_bbox.makeEmpty();
 			for ( let j = 0; j < 4; j ++ ) {
 

粤ICP备19079148号