浏览代码

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

clementlandrin 7 月之前
父节点
当前提交
7e6e17feb2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;