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

Function SetRadClipLines

editor/editor_lighting.cpp:1497–1502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1495rad_point GlobalTempRadPoint;
1496
1497void SetRadClipLines(vector *tp, vector *rp, vector *bp, vector *lp) {
1498 rad_ClipTop = tp;
1499 rad_ClipRight = rp;
1500 rad_ClipBottom = bp;
1501 rad_ClipLeft = lp;
1502}
1503
1504uint8_t CodeRadPoint(rad_point *rp) {
1505 uint8_t code = 0;

Callers 1

ClipSurfaceElementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected