MCPcopy 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_trailFunction · 0.85
update_trailFunction · 0.85

Calls 2

xModelGetBoneMatFunction · 0.50
xQuatFromMatFunction · 0.50

Tested by

no test coverage detected