CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 15:40:01 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=224909ee17643ad4951dc38f78b5e6523dfdf4bdd9a0949cb13abffad577f785a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22UzbONeuB8yx8Ds1H3J8509QfbWDi78iQ%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cf74178820b9d7-BLR
doom2df old renderer speed question for ketmar - Pastebin.com
SHARE
TWEET

doom2df old renderer speed question for ketmar
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // old algo (alas, no visible set)
- procedure g_Map_DrawPanels (PanelType: Word; hasAmbient: Boolean; constref ambColor: TDFColor);
- procedure DrawGeneral (constref panels: TPanelArray); inline;
- var
- i: Integer;
- begin
- if panels <> nil then
- begin
- for i := 0 to High(panels) do
- if not panels[i].Door then panels[i].Draw(hasAmbient, ambColor);
- end;
- end;
- procedure DrawDoors (constref panels: TPanelArray); inline;
- var
- i: Integer;
- begin
- if panels <> nil then
- begin
- for i := 0 to High(panels) do
- if panels[i].Enabled then panels[i].Draw(hasAmbient, ambColor);
- end;
- end;
- begin
- case PanelType of
- PANEL_WALL: DrawGeneral(gWalls);
- PANEL_CLOSEDOOR: DrawDoors(gWalls);
- PANEL_BACK: DrawGeneral(gRenderBackgrounds);
- PANEL_FORE: DrawGeneral(gRenderForegrounds);
- PANEL_WATER: DrawGeneral(gWater);
- PANEL_ACID1: DrawGeneral(gAcid1);
- PANEL_ACID2: DrawGeneral(gAcid2);
- PANEL_STEP: DrawGeneral(gSteps);
- end;
- end;
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Trading Profit Method ✅ NEVER SEEN BEFORE...
JavaScript | 3 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ 5
JavaScript | 10 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $1000 INSTANTLY⭐⭐
Java | 10 sec ago | 0.10 KB
-
✅⭐ Make huge profits on trading ⭐⭐ S
JavaScript | 12 sec ago | 0.24 KB
-
⭐ Instant BTC Profit Method ✅ NEVER SEEN BEFO...
JavaScript | 15 sec ago | 0.24 KB
-
⭐⭐⭐Exchange Exploit T I⭐⭐
Java | 21 sec ago | 0.10 KB
-
✅⭐ Make huge profits on trading ⭐⭐ T
JavaScript | 22 sec ago | 0.24 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ 6
JavaScript | 23 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand