Browse Source

MaxCamDist temp set to 0 by default (has compatibility issues).

clementlandrin 7 months ago
parent
commit
7e6e17feb2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hrt/prefab/rfx/VolumetricLighting.hx

+ 1 - 1
hrt/prefab/rfx/VolumetricLighting.hx

@@ -263,7 +263,7 @@ class VolumetricLighting extends RendererFX {
 	@:s public var blurDepthThreshold : Float = 10.0;
 	@:s public var startDistance : Float = 0.0;
 	@:s public var endDistance : Float = 200.0;
-	@:s public var maxCamDist : Float = 200.0;
+	@:s public var maxCamDist : Float = 0.0;
 	@:s public var distanceOpacity : Float = 1.0;
 	@:s public var ditheringIntensity : Float = 1.0;