Added setAnim to camera. Added global fog set via worldspawn.

This commit is contained in:
Justin Marshall
2026-05-21 06:17:29 -07:00
parent 24e694c240
commit aec93deaa0
26 changed files with 571 additions and 156 deletions
+2 -1
View File
@@ -268,7 +268,8 @@ public:
idDict persistentLevelInfo; // contains args that are kept around between levels
// can be used to automatically effect every material in the world that references globalParms
float globalShaderParms[ MAX_GLOBAL_SHADER_PARMS ];
float globalShaderParms[ MAX_GLOBAL_SHADER_PARMS ];
renderGlobalFog_t globalFogParms;
idRandom random; // random number generator used throughout the game