MCPcopy Create free account
hub / github.com/assaultcube/AC / genface

Function genface

source/src/renderparticles.cpp:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9static void subdivide(int depth, int face);
10
11static void genface(int depth, int i1, int i2, int i3)
12{
13 int face = heminumindices; heminumindices += 3;
14 hemiindices[face] = i1;
15 hemiindices[face+1] = i2;
16 hemiindices[face+2] = i3;
17 subdivide(depth, face);
18}
19
20static void subdivide(int depth, int face)
21{

Callers 2

subdivideFunction · 0.85
inithemisphereFunction · 0.85

Calls 1

subdivideFunction · 0.85

Tested by

no test coverage detected