This commit is contained in:
Turánszki János
2024-03-27 07:38:00 +01:00
parent 3a0731abb4
commit 05618bf40a
3 changed files with 2 additions and 4 deletions
-2
View File
@@ -2054,8 +2054,6 @@ namespace wi::scene
XMStoreFloat4x4(&InvView, _InvV);
XMStoreFloat3x3(&rotationMatrix, _InvV);
XMStoreFloat4x4(&InvVP, XMMatrixInverse(nullptr, _VP));
XMStoreFloat4x4(&Projection, _P);
XMStoreFloat4x4(&InvProjection, XMMatrixInverse(nullptr, _P));
frustum.Create(_VP);
}