mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 16:51:08 +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
|
void
|
||||||
R_SetupFrame (void)
|
R_SetupFrame (void)
|
||||||
{
|
{
|
||||||
|
R_AnimateLight ();
|
||||||
R_ClearEnts ();
|
R_ClearEnts ();
|
||||||
r_framecount++;
|
r_framecount++;
|
||||||
|
|
||||||
|
@ -310,6 +311,7 @@ R_RenderView (void)
|
||||||
R_SetupFrame ();
|
R_SetupFrame ();
|
||||||
R_SetupView ();
|
R_SetupView ();
|
||||||
R_MarkLeaves ();
|
R_MarkLeaves ();
|
||||||
|
R_PushDlights (vec3_origin);
|
||||||
R_DrawWorld ();
|
R_DrawWorld ();
|
||||||
R_RenderEntities ();
|
R_RenderEntities ();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue