WestLangley před 10 měsíci
rodič
revize
96801d6318
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/math/Matrix4.js

+ 1 - 1
src/math/Matrix4.js

@@ -1119,7 +1119,7 @@ class Matrix4 {
 
 		if ( reversedDepth ) {
 
-			c = far / ( far - near ) - 1;
+			c = near / ( far - near );
 			d = ( far * near ) / ( far - near );
 
 		} else {

粤ICP备19079148号