aboutsummaryrefslogtreecommitdiffstats
path: root/src/extras/custompipes.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2021-01-12 13:41:22 +0100
committeraap <aap@papnet.eu>2021-01-12 13:41:29 +0100
commit9b2037419f96c6627cb5f2a6f9d127ef1dcdb9df (patch)
treea7873279062f306cfc0371d29d4b015a5920642e /src/extras/custompipes.cpp
parent8888ee3974587cfb6172e420210df75e5c5de3f7 (diff)
mobile vehicle rendering
Diffstat (limited to 'src/extras/custompipes.cpp')
-rw-r--r--src/extras/custompipes.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extras/custompipes.cpp b/src/extras/custompipes.cpp
index 1d147ed6..a636f8b0 100644
--- a/src/extras/custompipes.cpp
+++ b/src/extras/custompipes.cpp
@@ -48,7 +48,7 @@ rw::TexDictionary *neoTxd;
bool bChromeCheat;
bool bRenderingEnvMap;
-int32 EnvMapSize = 256;
+int32 EnvMapSize = 512;
rw::Camera *EnvMapCam;
rw::Texture *EnvMapTex;
rw::Texture *EnvMaskTex;
@@ -342,7 +342,7 @@ ReadTweakValueTable(char *fp, InterpolatedValue &interp)
* Neo Vehicle pipe
*/
-int32 VehiclePipeSwitch = VEHICLEPIPE_MATFX;
+int32 VehiclePipeSwitch = VEHICLEPIPE_PS2;
float VehicleShininess = 1.0f;
float VehicleSpecularity = 1.0f;
InterpolatedFloat Fresnel(0.4f);