MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / g3_SetTriangulationTest

Function g3_SetTriangulationTest

renderer/HardwareDraw.cpp:434–434  ·  view source on GitHub ↗

Sets the triangulation test to on or off

Source from the content-addressed store, hash-verified

432
433// Sets the triangulation test to on or off
434void g3_SetTriangulationTest(int state) { Triangulate_test = state; }

Callers 10

RenderSubmodelFaceFunction · 0.85
RenderSubmodelFaceFoggedFunction · 0.85
DrawTexturedSkyFunction · 0.85
DrawSkyFunction · 0.85
RenderSpecularFacesFlatFunction · 0.85
RenderFogFacesFunction · 0.85
RenderLightmapFaceFunction · 0.85
RenderFaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected