MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / SetPreViewMatrix

Method SetPreViewMatrix

GTE/Graphics/Camera.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void Camera::SetPreViewMatrix(Matrix4x4<float> const& preViewMatrix)
24{
25 mPreViewMatrix = preViewMatrix;
26 mPreViewIsIdentity = (mPreViewMatrix == Matrix4x4<float>::Identity());
27 UpdatePVMatrix();
28}
29
30void Camera::SetPostProjectionMatrix(Matrix4x4<float> const& postProjMatrix)
31{

Callers 2

DrawMethod · 0.80
DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected