Reduce number of multiply ops per frame and increase x-axis clipper range for orthographic projection.
This commit is contained in:
parent
8b73332366
commit
2ba57b5068
3 changed files with 7 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue