Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "r speeds"

From Quake Wiki

m (make engines' titles wikilinks)
 
Line 3: Line 3:
  
 
this is what the engines will tell you when it's active:
 
this is what the engines will tell you when it's active:
*;<nowiki>WinQuake (by ID):</nowiki>
+
*;[[WinQuake]] (by ID):
 
**The number of milliseconds it takes to execute one game cycle.
 
**The number of milliseconds it takes to execute one game cycle.
 
**The total polygon surfaces in view.
 
**The total polygon surfaces in view.
Line 11: Line 11:
  
  
*;<nowiki>QuakeSpasm:</nowiki>
+
*;[[QuakeSpasm]]:
 
**The number of milliseconds it takes to execute one game cycle.
 
**The number of milliseconds it takes to execute one game cycle.
 
**Total world polygons being rendered.
 
**Total world polygons being rendered.
 
**Total entity polygons being rendered.
 
**Total entity polygons being rendered.
 
**The amount of dynamic lights bering rendered.
 
**The amount of dynamic lights bering rendered.

Latest revision as of 17:27, 27 May 2020

r_speeds is a cvar that (if set to 1) will show several peaces of infomation about the curent ariar being renderd by the engine, by enabeling the developer cvar at the same time it showes the text on screen instead of just in the console window.


this is what the engines will tell you when it's active:

  • WinQuake (by ID)
    • The number of milliseconds it takes to execute one game cycle.
    • The total polygon surfaces in view.
    • Total polygon surfaces in view that are drawn.
    • Total visible polygons which aren't drawn.
    • The number of dynamically lit surfaces.


  • QuakeSpasm
    • The number of milliseconds it takes to execute one game cycle.
    • Total world polygons being rendered.
    • Total entity polygons being rendered.
    • The amount of dynamic lights bering rendered.