Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
918
void xCameraFXBegin(xCamera* cam)
919
{
920
xMat4x3Identity(&sCameraFXMatOld);
921
xMat4x3Copy(&sCameraFXMatOld, &cam->mat);
922
}
923
924
static void xCameraFXInit()
925
{
Callers
nothing calls this directly
Calls
2
xMat4x3Identity
Function · 0.85
xMat4x3Copy
Function · 0.85
Tested by
no test coverage detected