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

Function zLasso_AddGuide

src/SB/Game/zLasso.cpp:51–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void zLasso_AddGuide(xEnt* ent, xAnimState* lassoAnim, xModelInstance* lassoModel)
52{
53 S32 givenSlot = -1;
54 for (U32 i = 0; i < sNumGuideLists; i++)
55 {
56 }
57
58 sGuideList[0].numGuides = sGuideList[0].numGuides + 1;
59 // sGuideList[0].guide[0].poly = lassoModel;
60 // sGuideList[0].guide[0].lassoAnim = lassoAnim;
61 initVertMap(sGuideList[0].guide);
62
63 bakeMorphAnim(lassoModel->Data->geometry, *lassoAnim->Data->RawData);
64}
65
66void zLasso_SetGuide(xEnt* ent, xAnimState* lassoAnim)
67{

Callers 1

LassoSetupMethod · 0.70

Calls 2

initVertMapFunction · 0.70
bakeMorphAnimFunction · 0.70

Tested by

no test coverage detected