mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 18:31:27 +00:00
Get models being lit by the world's lightmaps.
Even though the world isn't rendered yet.
This commit is contained in:
parent
423e08ce21
commit
42266cddd5
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,7 @@ R_ViewChanged (float aspect)
|
|||
void
|
||||
R_SetupFrame (void)
|
||||
{
|
||||
R_AnimateLight ();
|
||||
R_ClearEnts ();
|
||||
r_framecount++;
|
||||
|
||||
|
@ -310,6 +311,7 @@ R_RenderView (void)
|
|||
R_SetupFrame ();
|
||||
R_SetupView ();
|
||||
R_MarkLeaves ();
|
||||
R_PushDlights (vec3_origin);
|
||||
R_DrawWorld ();
|
||||
R_RenderEntities ();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue