# Render Pipeline Plugin Configuration # Instead of editing this file, prefer to use the Plugin Configurator # Any formatting and comments will be lost # 渲染管线插件配置;建议用插件配置器修改,此文件的格式和注释会在工具写回时丢失。 enabled: - ao # 屏幕空间环境光遮蔽 - bloom # 泛光 - color_correction # 曝光/色调/色差/锐化 - env_probes # 环境探针反射/IBL - forward_shading # 前向通道(透明/特殊材质) # - motion_blur # 动态模糊 - pssm # 阴影(PSSM) - scattering # 大气散射/天空 # - clouds # 体积云 - skin_shading # 皮肤次表面 - sky_ao # 天空方向的环境遮蔽 - smaa # SMAA 抗锯齿 - ssr # 屏幕空间反射 # - dof # 景深 # - fxaa # FXAA 抗锯齿 # - volumetrics # 体积光 # - vxgi # 体素 GI overrides: ao: blur_quality: MEDIUM # 模糊质量 blur_normal_factor: 2.97 # 模糊时法线权重 blur_depth_factor: 0.88158 # 模糊时深度权重 occlusion_strength: 2.19 # AO 强度 clip_length: 4 # 采样裁剪长度 technique: SSAO # AO 算法(SSAO/HBAO/SSVO/UE4AO/Alchemy) ssao_sample_radius: 95.29 # SSAO 半径 ssao_sequence: halton_3D_8 # SSAO 采样序列 ssao_bias: 0.0143 # SSAO 自遮挡偏移 ssao_max_distance: 7.5 # SSAO 最大距离 hbao_sample_radius: 255.0 # HBAO 半径 hbao_ray_count: 4 # HBAO 射线数量 hbao_ray_steps: 3 # HBAO 射线步数 hbao_tangent_bias: 0.64997 # HBAO 切线偏移 hbao_max_distance: 11.5 # HBAO 最大距离 ssvo_sequence: halton_2D_8 # SSVO 序列 ssvo_sphere_radius: 18.0 # SSVO 球半径 ssvo_max_distance: 3.19 # SSVO 最大距离 alchemy_sample_radius: 38.86 # Alchemy 半径 alchemy_sequence: halton_2D_8 # Alchemy 序列 alchemy_max_distance: 5.86 # Alchemy 最大距离 ue4ao_sample_radius: 50.14286 # UE4AO 半径 ue4ao_sample_sequence: halton_2D_8 # UE4AO 序列 ue4ao_max_distance: 1.47 # UE4AO 最大距离 bloom: num_mipmaps: 6 # 采样层数 bloom_strength: 0.8003 # 泛光强度 remove_fireflies: False # 去除亮点噪声 lens_dirt_factor: 0.0 # 镜头污渍混合 clouds: raymarch_steps: 160 # 云体积采样步数 color_correction: tonemap_operator: optimized # 色调映射算子 reinhard_version: rgb # Reinhard 版本 exponential_factor: 1.23 # 指数算子强度 uc2t_shoulder_strength: 0.3352 # UC2T 肩部 uc2t_linear_strength: 0.5339 # UC2T 线性段强度 uc2t_linear_angle: 0.1797 # UC2T 线性段角度 uc2t_toe_strength: 0.3919 # UC2T 暗部压缩 uc2t_toe_numerator: 0.0029 # UC2T 暗部分子 uc2t_toe_denumerator: 0.2787 # UC2T 暗部分母 uc2t_reference_white: 10.05 # UC2T 参考白 vignette_strength: 0.1286 # 暗角强度 film_grain_strength: 0.1286 # 胶片颗粒 color_lut: film_luts/default_lut.png # LUT 路径 use_chromatic_aberration: True # 色差开关 chromatic_aberration_strength: 0.019 # 色差强度 chromatic_aberration_samples: 2 # 色差采样数 manual_camera_parameters: False # False=自动曝光 min_exposure_value: 0.01 # 最小曝光 max_exposure_value: 1.0 # 最大曝光 exposure_scale: 1.0 # 曝光缩放 brightness_adaption_rate: 3.6 # 变亮响应 darkness_adaption_rate: 0.7 # 变暗响应 use_sharpen: True # 锐化开关 sharpen_strength: 0.5 # 锐化强度 sharpen_twice: False # 是否二次锐化 dof: focal_point: 1000.0 # 焦点距离 focal_size: 994.0 # 焦平面厚度 blur_strength: 0.0 # 远景模糊强度 near_blur_strength: 0.4286 # 近景模糊强度 env_probes: probe_resolution: 128 # 反射探针分辨率 diffuse_probe_resolution: 2 # 漫反射探针分辨率 max_probes: 16 # 最大探针数 max_probes_per_cell: 3 # 每单元最大探针 forward_shading: # 无额外参数 fxaa: quality: ultra # 质量档位 subpixel_quality: 0.5 # 次像素质量 edge_threshold: 0.166 # 边缘阈值 min_threshold: 0.833 # 最小阈值 motion_blur: num_camera_samples: 6 # 相机采样数 camera_blur_factor: 0.4 # 相机模糊权重 enable_object_blur: False # 启用物体模糊 blur_factor: 0.5 # 物体模糊权重 tile_size: 32 # 速度图 tile 大小 max_blur_radius: 10.0 # 最大模糊半径 num_samples: 12 # 模糊采样数 pssm: max_distance: 50.0 # 阴影覆盖距离 logarithmic_factor: 3.0 # 分割对数因子 sun_distance: 100.0 # 太阳虚拟距离 split_count: 4 # 分割数 resolution: 1024 # 主阴影分辨率 border_bias: 0.058 # 边界偏移 use_pcf: True # 启用 PCF filter_sequence: halton_2D_32 # PCF 序列 filter_radius: 0.7 # PCF 半径 fixed_bias: 0.11429 # 固定偏移 slope_bias: 0.0 # 斜率偏移 normal_bias: 0.67 # 法线偏移 use_pcss: False # 启用 PCSS pcss_sequence: halton_2D_16 # PCSS 序列 pcss_penumbra_size: 2.38 # 半影尺寸 pcss_min_penumbra_size: 7.0 # 半影最小尺寸 use_distant_shadows: True # 远景阴影 dist_shadow_resolution: 4096 # 远景阴影分辨率 dist_shadow_clipsize: 400.0 # 远景裁剪体大小 dist_shadow_sundist: 300.0 # 远景光源距离 scene_shadow_resolution: 512 # 近景阴影分辨率 scene_shadow_sundist: 300.0 # 近景光源距离 scattering: scattering_method: eric_bruneton # 大气模型 ground_reflectance: 0.1231 # 地表反照率 rayleigh_factor: 0.5 # 瑞利散射系数 rayleigh_height_scale: 8.0 # 瑞利高度尺度 mie_height_scale: 1.3 # 米氏高度尺度 mie_phase_factor: 0.3 # 米氏相函数偏前向 beta_mie_scattering: 4.0 # 米氏散射强度 enable_godrays: False # 光束/耶稣光 atmosphere_start: 549.61 # 大气起始高度 skin_shading: quality: medium # 质量档 blur_scale: 0.43 # 次表面模糊尺度 sky_ao: sample_radius: 17.17 # 采样半径 max_radius: 500.0 # 最大距离 resolution: 1024 # 贴图分辨率 sample_sequence: poisson_2D_32 # 采样序列 ao_multiplier: 0.83 # AO 强度 ao_bias: 0.0 # AO 偏移 blend_factor: 0.01 # 混合因子 capture_height: 568.75 # 捕捉高度 smaa: use_reprojection: True # 是否使用历史重投影 smaa_quality: ultra # 质量档位 jitter_pattern: halton8 # 抖动序列 history_length: 8 # 历史帧长度 jitter_amount: 0.16143 # 抖动幅度 ssr: effect_scale: 1.0 # 效果强度缩放 trace_steps: 64 # 追踪步数 history_length: 16 # 历史长度 abort_on_object_infront: True # 前方遮挡终止 intial_bias: 0.1 # 初始偏移 hit_tolerance: 0.1 # 命中容差 roughness_fade: 0.72 # 粗糙度衰减 skip_invalid_samples: False # 跳过无效样本 border_fade: 0.005 # 边缘淡出 volumetrics: enable_volumetric_shadows: True # 体积阴影开关 volumetric_shadow_intensity: 8.31 # 阴影强度 volumetric_shadow_brightness: 1.66 # 阴影亮度 volumetric_shadow_pow: 1.15999 # 阴影幂次 volumetric_max_distance: 79.41429 # 体积最大距离 volumetric_shadow_fadein_distance: 9.61 # 阴影淡入 volumetric_num_steps: 128 # 体积步数 vxgi: grid_resolution: 256 # 体素网格分辨率 grid_ws_size: 100.0 # 网格世界尺寸 diffuse_cone_steps: 32 # 漫反射锥步数 specular_cone_steps: 150 # 高光锥步数