Skip to content

Commit

Permalink
Revert "Revert "Add buzer shadows""
Browse files Browse the repository at this point in the history
This reverts commit 11166b1.
  • Loading branch information
bacontsu committed Mar 23, 2024
1 parent 01660a7 commit ed9f39c
Show file tree
Hide file tree
Showing 8 changed files with 922 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cl_dll/GameStudioModelRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,16 @@ void R_StudioInit()
g_StudioRenderer.Init();
}

/*
====================
R_StudioVidInit
====================
*/
void R_StudioVidInit()
{
g_StudioRenderer.m_bCacheShadowData = true;
}

// The simple drawing interface we'll pass back to the engine
r_studio_interface_t studio =
{
Expand Down
Loading

0 comments on commit ed9f39c

Please sign in to comment.