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

Function xCameraBegin

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

Source from the content-addressed store, hash-verified

909#endif
910
911void xCameraBegin(xCamera* cam, S32 clear)
912{
913 iCameraBegin(cam->lo_cam, clear);
914 iCameraFrustumPlanes(cam->lo_cam, cam->frustplane);
915 iCameraUpdateFog(cam->lo_cam, 0);
916}
917
918void xCameraFXBegin(xCamera* cam)
919{

Callers 2

zSaveLoad_TickFunction · 0.85
zMenuLoopFunction · 0.85

Calls 3

iCameraBeginFunction · 0.85
iCameraUpdateFogFunction · 0.85
iCameraFrustumPlanesFunction · 0.70

Tested by

no test coverage detected