Reduce number of multiply ops per frame and increase x-axis clipper range for orthographic projection.

This commit is contained in:
Dileep V. Reddy 2024-10-26 08:22:43 -06:00 committed by Rachael Alexanderson
commit 2ba57b5068
3 changed files with 7 additions and 2 deletions

View file

@ -43,6 +43,7 @@ struct FRenderViewpoint
sector_t *sector; // [RH] keep track of sector viewing from
DAngle FieldOfView; // current field of view
double ScreenProj; // Screen projection factor for orthographic projection
double ScreenProjX; // Same for X-axis (screenspace)
double TicFrac; // fraction of tic for interpolation
uint32_t FrameTime; // current frame's time in tics.