MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xCameraFXBegin

Function xCameraFXBegin

src/SB/Core/x/xCamera.cpp:918–922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916}
917
918void xCameraFXBegin(xCamera* cam)
919{
920 xMat4x3Identity(&sCameraFXMatOld);
921 xMat4x3Copy(&sCameraFXMatOld, &cam->mat);
922}
923
924static void xCameraFXInit()
925{

Callers

nothing calls this directly

Calls 2

xMat4x3IdentityFunction · 0.85
xMat4x3CopyFunction · 0.85

Tested by

no test coverage detected