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

Function xFXanimUVSetScale

src/SB/Core/x/xFX.cpp:646–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644}
645
646void xFXanimUVSetScale(const xVec3* scale)
647{
648 xFXanimUVScale[0] = scale->x;
649 xFXanimUVScale[1] = scale->y;
650}
651
652void xFXanimUVSetTranslation(const xVec3* translation)
653{

Callers 1

xEntSetupPipelineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected