summaryrefslogtreecommitdiffstats
path: root/src/extras/custompipes.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-10-27 15:55:07 +0100
committeraap <aap@papnet.eu>2020-10-27 15:57:26 +0100
commita4d198005ddb2c8bba82b92fb842faad95e6aec4 (patch)
treed7d670d335acf39776ed883df3139b8a164d1fbb /src/extras/custompipes.cpp
parentFix undefined colorId for pickups (diff)
downloadre3-a4d198005ddb2c8bba82b92fb842faad95e6aec4.tar
re3-a4d198005ddb2c8bba82b92fb842faad95e6aec4.tar.gz
re3-a4d198005ddb2c8bba82b92fb842faad95e6aec4.tar.bz2
re3-a4d198005ddb2c8bba82b92fb842faad95e6aec4.tar.lz
re3-a4d198005ddb2c8bba82b92fb842faad95e6aec4.tar.xz
re3-a4d198005ddb2c8bba82b92fb842faad95e6aec4.tar.zst
re3-a4d198005ddb2c8bba82b92fb842faad95e6aec4.zip
Diffstat (limited to 'src/extras/custompipes.cpp')
-rw-r--r--src/extras/custompipes.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/extras/custompipes.cpp b/src/extras/custompipes.cpp
index 2b4745e3..2ae87950 100644
--- a/src/extras/custompipes.cpp
+++ b/src/extras/custompipes.cpp
@@ -365,6 +365,7 @@ AttachVehiclePipe(rw::Clump *clump)
* Neo World pipe
*/
+bool LightmapEnable;
float LightmapMult = 1.0f;
InterpolatedFloat WorldLightmapBlend(1.0f);
rw::ObjPipeline *worldPipe;
@@ -389,6 +390,7 @@ AttachWorldPipe(rw::Clump *clump)
* Neo Gloss pipe
*/
+bool GlossEnable;
float GlossMult = 1.0f;
rw::ObjPipeline *glossPipe;
@@ -427,6 +429,7 @@ AttachGlossPipe(rw::Clump *clump)
* Neo Rim pipes
*/
+bool RimlightEnable;
float RimlightMult = 1.0f;
InterpolatedColor RampStart(Color(0.0f, 0.0f, 0.0f, 1.0f));
InterpolatedColor RampEnd(Color(1.0f, 1.0f, 1.0f, 1.0f));