Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dof #17798

Merged
merged 2 commits into from
Nov 6, 2024
Merged

Add dof #17798

merged 2 commits into from
Nov 6, 2024

Conversation

GengineJS
Copy link
Contributor

No description provided.

@GengineJS GengineJS requested a review from star-e November 1, 2024 12:49
Copy link

github-actions bot commented Nov 1, 2024

⚠️ Package size ⤴ 90 bytes, old: 5429685, new: 5429775

Interface Check Report

! WARNING this pull request has changed these public interfaces:

@@ -11015,8 +11015,13 @@
                  * @zh 相机的视图矩阵
                  */
                 get matView(): math.Mat4;
                 /**
+                 * @en The inverse of the view matrix of the camera
+                 * @zh 相机的逆视图矩阵
+                 */
+                get matViewInv(): math.Mat4;
+                /**
                  * @en The projection matrix of the camera
                  * @zh 相机的投影矩阵
                  */
                 get matProj(): math.Mat4;

@star-e star-e merged commit 95afe55 into cocos:v3.8.5 Nov 6, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants