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

Function par_sprite_begin

src/SB/Core/x/xParSys.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26static const S32 sBlendTable[11] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 };
27
28static void par_sprite_begin()
29{
30 par_offset_right = globals.camera.mat.right * 0.5f;
31 par_offset_up = globals.camera.mat.up * 0.5f;
32}
33
34static void par_sprite_update(xParSys& sys, xParGroup& group)
35{

Callers 1

xParSysUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected