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

Function SubDivTriangle

src/dolphin/src/gx/GXDraw.c:104–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104static void SubDivTriangle(u8 depth, u8 i, f32 (*data)[3], u8 (*ndx)[3])
105{
106 f32* x0 = data[ndx[i][0]];
107 f32* x1 = data[ndx[i][1]];
108 f32* x2 = data[ndx[i][2]];
109
110 Subdivide(depth, x0, x1, x2);
111}
112
113void GXDrawCylinder(u8 numEdges)
114{

Callers 3

GXDrawOctahedronFunction · 0.85
GXDrawIcosahedronFunction · 0.85
GXDrawSphere1Function · 0.85

Calls 1

SubdivideFunction · 0.85

Tested by

no test coverage detected