MCPcopy Create free account
hub / github.com/MKXJun/DirectX11-With-Windows-SDK / GetViewMatrixXM

Method GetViewMatrixXM

Common/Camera.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64XMMATRIX Camera::GetViewMatrixXM() const
65{
66 return m_Transform.GetWorldToLocalMatrixXM();
67}
68
69XMMATRIX Camera::GetProjMatrixXM(bool reversedZ) const
70{

Callers 15

ScreenToRayMethod · 0.80
UpdateFrameMethod · 0.80
UpdateSceneMethod · 0.80
InitResourceMethod · 0.80
RenderForwardMethod · 0.80
UpdateSceneMethod · 0.80
InitResourceMethod · 0.80
UpdateFrameMethod · 0.80
UpdateSceneMethod · 0.80
InitResourceMethod · 0.80
RenderForwardMethod · 0.80

Calls 1

Tested by

no test coverage detected