Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
XMMATRIX Camera::GetViewMatrixXM() const
65
{
66
return m_Transform.GetWorldToLocalMatrixXM();
67
}
68
69
XMMATRIX Camera::GetProjMatrixXM(bool reversedZ) const
70
{
Callers
15
ScreenToRay
Method · 0.80
UpdateFrame
Method · 0.80
UpdateScene
Method · 0.80
InitResource
Method · 0.80
RenderForward
Method · 0.80
UpdateScene
Method · 0.80
InitResource
Method · 0.80
RenderSkyboxAndToneMap
Method · 0.80
UpdateFrame
Method · 0.80
UpdateScene
Method · 0.80
InitResource
Method · 0.80
RenderForward
Method · 0.80
Calls
1
GetWorldToLocalMatrixXM
Method · 0.45
Tested by
no test coverage detected