Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ refresh_trail
Function
refresh_trail
src/SB/Game/zEntCruiseBubble.cpp:584–588 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
582
}
583
584
void refresh_trail(xMat4x3& mat, xQuat& quat)
585
{
586
xModelGetBoneMat(mat, *shared.missle_model, 8);
587
xQuatFromMat(&quat, &mat);
588
}
589
590
void start_trail()
591
{
Callers
2
start_trail
Function · 0.85
update_trail
Function · 0.85
Calls
2
xModelGetBoneMat
Function · 0.50
xQuatFromMat
Function · 0.50
Tested by
no test coverage detected