mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 07:29:21 +00:00
timecycle; some rendering
This commit is contained in:
parent
ebdf08a514
commit
37a58a04f2
33 changed files with 688 additions and 318 deletions
|
@ -26,12 +26,7 @@ RwRGBAReal DirectionalLightColourForFrame;
|
|||
RwRGBAReal AmbientLightColour;
|
||||
RwRGBAReal DirectionalLightColour;
|
||||
|
||||
#ifdef EXTENDED_COLOURFILTER
|
||||
#include "postfx.h"
|
||||
#define USEBLURCOLORS CPostFX::UseBlurColours()
|
||||
#else
|
||||
#define USEBLURCOLORS CMBlur::BlurOn
|
||||
#endif
|
||||
#define USEBLURCOLORS true // actually CMBlur::BlurOn, but that's always supposed to be on
|
||||
|
||||
void
|
||||
SetLightsWithTimeOfDayColour(RpWorld *)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue