mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-17 11:00:38 +02:00
IES profile support and fixed numerous editor crashes.
This commit is contained in:
@@ -764,6 +764,7 @@ public:
|
||||
|
||||
// NULL unless an image is explicitly specified in the shader with "lightFalloffShader <image>"
|
||||
idImage* LightFalloffImage() const { return lightFalloffImage; }
|
||||
idImage* LightIESImage() const { return lightIESImage; }
|
||||
|
||||
//------------------------------------------------------------------
|
||||
|
||||
@@ -927,6 +928,7 @@ private:
|
||||
idStr renderBump; // renderbump command options, without the "renderbump" at the start
|
||||
|
||||
idImage* lightFalloffImage;
|
||||
idImage* lightIESImage;
|
||||
|
||||
int entityGui; // draw a gui with the idUserInterface from the renderEntity_t
|
||||
// non zero will draw gui, gui2, or gui3 from renderEnitty_t
|
||||
|
||||
Reference in New Issue
Block a user