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

Function xCameraSetTargetMatrix

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

Source from the content-addressed store, hash-verified

1171}
1172
1173void xCameraSetTargetMatrix(xCamera* cam, xMat4x3* mat)
1174{
1175 cam->tgt_mat = mat;
1176}
1177
1178void xCameraSetTargetOMatrix(xCamera* cam, xMat4x3* mat)
1179{

Callers 3

zSceneSwitchFunction · 0.85
zGameSetupPlayerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected