Merge branch 'CameraMov'

This commit is contained in:
StratiX0
2024-04-03 12:47:53 +02:00
4 changed files with 15 additions and 3 deletions

View File

@@ -93,6 +93,7 @@ private:
XMMATRIX m_baseViewMatrix;
RenderTextureClass* m_RenderTexture;
DisplayPlaneClass* m_DisplayPlane;
float m_screenWidth, m_screenHeight;
};
#endif