MCPcopy 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

executeMethod · 0.80
executeInternalMethod · 0.80
createCamerasFunction · 0.80
setPerFrameVarsMethod · 0.80
jeri.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected