#include <render.h>
Definition at line 254 of file render.h.
◆ clear
| qbool r_refdef_view_t::clear |
whether to call R_ClearScreen before rendering stuff
Definition at line 305 of file render.h.
◆ clipplane
◆ colormask
| int r_refdef_view_t::colormask[4] |
which color components to allow (for anaglyph glasses)
Definition at line 299 of file render.h.
◆ colorscale
| float r_refdef_view_t::colorscale |
global RGB color multiplier for rendering
Definition at line 302 of file render.h.
◆ cullface_back
| int r_refdef_view_t::cullface_back |
◆ cullface_front
| int r_refdef_view_t::cullface_front |
◆ depth
| int r_refdef_view_t::depth |
◆ forward
| vec3_t r_refdef_view_t::forward |
◆ frustum
◆ frustum_x
| float r_refdef_view_t::frustum_x |
◆ frustum_y
| float r_refdef_view_t::frustum_y |
◆ frustumcorner
| vec3_t r_refdef_view_t::frustumcorner[4] |
◆ height
| int r_refdef_view_t::height |
◆ inverse_matrix
◆ ismain
| qbool r_refdef_view_t::ismain |
if true, this is the MAIN view (which is, after CSQC, copied into the scene for use e.g. by r_speeds 1, showtex, prydon cursor)
Definition at line 309 of file render.h.
◆ isoverlay
| qbool r_refdef_view_t::isoverlay |
if true, don't clear or do any post process effects (bloom, etc)
Definition at line 307 of file render.h.
◆ left
◆ matrix
◆ numfrustumplanes
| int r_refdef_view_t::numfrustumplanes |
◆ origin
| vec3_t r_refdef_view_t::origin |
◆ ortho_x
| float r_refdef_view_t::ortho_x |
◆ ortho_y
| float r_refdef_view_t::ortho_y |
◆ quality
| float r_refdef_view_t::quality |
render quality (0 to 1) - affects r_drawparticles_drawdistance and others
Definition at line 321 of file render.h.
◆ right
◆ showdebug
| qbool r_refdef_view_t::showdebug |
◆ up
◆ useclipplane
| qbool r_refdef_view_t::useclipplane |
◆ usecustompvs
| qbool r_refdef_view_t::usecustompvs |
uses r_refdef.viewcache.pvsbits as-is rather than computing it
Definition at line 275 of file render.h.
◆ useperspective
| int r_refdef_view_t::useperspective |
if turned off it renders an ortho view
Definition at line 280 of file render.h.
◆ usevieworiginculling
| int r_refdef_view_t::usevieworiginculling |
allows visibility culling based on the view origin (e.g.
pvs and R_CanSeeBox) this is turned off by: r_trippy !r_refdef.view.useperspective (sometimes) r_refdef.view.useclipplane
Definition at line 286 of file render.h.
◆ viewport
note: if r_viewscale is used, the viewport.width and viewport.height may be less than width and height
Definition at line 296 of file render.h.
◆ width
| int r_refdef_view_t::width |
The documentation for this struct was generated from the following file: