Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xCameraSetFOV
Function
xCameraSetFOV
src/SB/Core/x/xCamera.cpp:1663–1668 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1661
}
1662
1663
void xCameraSetFOV(xCamera* cam, F32 fov)
1664
{
1665
cam->fov = fov;
1666
1667
iCameraSetFOV(cam->lo_cam, fov);
1668
}
1669
1670
F32 xCameraGetFOV(const xCamera* cam)
1671
{
Callers
11
zCutsceneMgrUpdate
Function · 0.85
SpatulaGrabStopCB
Function · 0.85
kill
Function · 0.85
stop
Method · 0.85
update
Method · 0.85
start
Method · 0.85
zCameraReset
Function · 0.85
zCameraSetConvers
Function · 0.85
xCameraInit
Function · 0.85
xCameraFOV
Function · 0.85
xCutscene_SetCamera
Function · 0.85
Calls
1
iCameraSetFOV
Function · 0.70
Tested by
no test coverage detected