Pārlūkot izejas kodu

[Doc/en]: Fix `Cameras have two additional Matrix4s` (#22310)

puxiao 4 gadi atpakaļ
vecāks
revīzija
31c2d51f5b
1 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. 4 1
      docs/api/en/math/Matrix4.html

+ 4 - 1
docs/api/en/math/Matrix4.html

@@ -36,7 +36,7 @@
 				</li>
 			</ul>
 
-			[page:Camera Cameras] have two additional Matrix4s:
+			[page:Camera Cameras] have three additional Matrix4s:
 			<ul>
 				<li>
 					[page:Camera.matrixWorldInverse]: The view matrix - the inverse of the Camera's [page:Object3D.matrixWorld matrixWorld].
@@ -44,6 +44,9 @@
 				<li>
 					[page:Camera.projectionMatrix]: Represents the information how to project the scene to clip space.
 				</li>
+				<li>
+					[page:Camera.projectionMatrixInverse]: The inverse of projectionMatrix.
+				</li>
 			</ul>
 			Note: [page:Object3D.normalMatrix] is not a Matrix4, but a [page:Matrix3].
 		</p>