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

Function set_rect_vert

src/SB/Game/zEntPlayerOOBState.cpp:238–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 }
237
238 static void set_rect_vert(rwGameCube2DVertex& vert, F32 x, F32 y, F32 z, iColor_tag c,
239 F32 rcz)
240 {
241 vert.x = x;
242 vert.y = y;
243 vert.z = z;
244 vert.emissiveColor.red = c.r;
245 vert.emissiveColor.green = c.g;
246 vert.emissiveColor.blue = c.b;
247 vert.emissiveColor.alpha = c.a;
248 }
249
250 static void render_ghost()
251 {

Callers 1

set_rect_vertsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected