Skip to content
Snippets Groups Projects

Software 3D floor rendering optimization (second attempt)

Merged Lactozilla requested to merge ffloorclip-2 into next
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -1309,13 +1309,13 @@ static void R_RenderSegLoop (void)
R_ExpandPlaneY(floorplane, rw_x, top, bottom);
}
rw_floormarked = false;
rw_ceilingmarked = false;
if (numffloors)
{
INT16 fftop, ffbottom;
rw_floormarked = false;
rw_ceilingmarked = false;
firstseg->frontscale[rw_x] = frontscale[rw_x];
top = ceilingclip[rw_x]+1; // PRBoom
bottom = floorclip[rw_x]-1; // PRBoom
Loading