MCPcopy Create free account
hub / github.com/assaultcube/AC / worldrender.cpp

File worldrender.cpp

source/src/worldrender.cpp:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// worldrender.cpp: goes through all cubes in top down quad tree fashion, determines what has to
2// be rendered and how (depending on neighbouring cubes), then calls functions in rendercubes.cpp
3
4#include "cube.h"

Callers

nothing calls this directly

Calls 5

render_flatFunction · 0.85
render_wallFunction · 0.85
render_trisFunction · 0.85
issemiFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected