Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ getViewMatrix
Method
getViewMatrix
Source/Falcor/Scene/Camera/Camera.cpp:187–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
}
186
187
const float4x4 Camera::getViewMatrix() const
188
{
189
calculateCameraParameters();
190
return mData.viewMat;
191
}
192
193
const float4x4 Camera::getPrevViewMatrix() const
194
{
Callers
5
execute
Method · 0.80
executeInternal
Method · 0.80
createCameras
Function · 0.80
setPerFrameVars
Method · 0.80
jeri.min.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected