Subsurface Scattering
Этот раздел содержит настройки, относящиеся к эффекту "Подповерхностное рассеяние экранного пространства". Этот эффект следует использовать для имитации человеческой кожи, воска и т.д.
Не забудьте включить эффект SSSSS для материала.
Common Parameters#
Screen-Space Subsurface Scattering | Консольная команда: sss_enabled (API) |
||
---|---|---|---|
Preset | SSSSS (Screen-Space Subsurface Scattering) preset used at the moment. To customize the SSSSS effect options at run time you should activate the Custom preset: Одно из следующих значений:
Консольная команда: render_sssss_preset (API) |
||
Radius |
subsurface scattering radius — distance in the screen space, within which colors will be sampled.It controls how much wrinkles, pores and cavities will be blurred and highlighted. The higher the value, the farther subsurface scattering reaches. Too high values result in the ghosting effect. By the minimum value of
0, no subsurface scattering is rendered. Диапазон значений: [0.0f, inf]. Значение по умолчанию : 1.0f. Консольная команда: render_sssss_radius (API)
|
||
SSSSS Color |
subsurface scattering color used to simulate the subsurface component of skin lighting, i.e. the light that bounces inside of the subsurface tissue layers (epidermis and dermis) before exiting.For skin, subsurface color is reddish, due to blood circulating in skin tissues. To use this option, SSSSS effect
(см. ) should be enabled.
vec4(1.0f, 0.0f, 0.0f, 1.0f) - default value Консольная команда: render_sssss_color (API) |
||
Threshold Min | threshold of SSSSS (Screen-Space Subsurface Scattering) for the material's Translucent parameter equal to 0 (minimum translucency). To use this option, the SSSSS effect (см. ) should be enabled. Диапазон значений: [0.0f, inf]. Значение по умолчанию : 4.0f. Консольная команда: render_sssss_min_threshold (API) |
||
Threshold Max | threshold of SSSSS (Screen-Space Subsurface Scattering) for the material's Translucent parameter equal to 1 (maximum translucency). To use this option, the SSSSS effect (см. ) should be enabled. Диапазон значений: [0.0f, inf]. Значение по умолчанию : 10.0f. Консольная команда: render_sssss_max_threshold (API) |
Параметры полупрозрачности#
Translucent Color | color used for translucent objects globally. When light shines on one side of the object, the other side is partially illuminated with this color. vec4(1.0f, 1.0f, 1.0f, 1.0f) - default value (white) Консольная команда: render_translucent_color (API) |
---|
Настраиваемые параметры#
Настройки подповерхностного рассеяния
Diffuse | value indicating if the SSSSS (Screen-Space Subsurface Scattering) calculation for diffuse lighting (directional lights) is enabled. If this option is not required, disable it to save performance. To use this option, the SSSSS effect (см. ) should be enabled. вкл. по умолчанию.
Консольная команда: render_sssss_diffuse (API) |
||
---|---|---|---|
Ambient | value indicating if the SSSSS (Screen-Space Subsurface Scattering) calculation for ambient lighting (environment) is enabled. If this option is not required, disable it to save performance. To use this option, the SSSSS effect (см. ) should be enabled. выкл. по умолчанию.
Консольная команда: render_sssss_ambient (API) |
||
Quality | quality of the SSSSS (Screen-Space Subsurface Scattering) effect. Одно из следующих значений:
Консольная команда: render_sssss_quality (API)
|
||
Resolution | resolution of the SSSSS (Screen-Space Subsurface Scattering) effect. Одно из следующих значений:
Консольная команда: render_sssss_resolution (API) |
||
Noise Ray | intensity of the ray noise used for SSSSS (Screen-Space Subsurface Scattering) calculation to reduce banding artifacts of tracing. Higher values make banding less visible. To use this option, the SSSSS effect (см. ) should be enabled. Диапазон значений: [0.0f, 1.0f]. Значение по умолчанию : 0.5f. Консольная команда: render_sssss_noise_ray (API) |
||
Noise Step | intensity of the step noise used for SSSSS (Screen-Space Subsurface Scattering) calculation to reduce banding artifacts of tracing. Higher values make banding less visible. To use this option, the SSSSS effect (см. ) should be enabled. Диапазон значений: [0.0f, 1.0f]. Значение по умолчанию : 0.5f. Консольная команда: render_sssss_noise_step (API) |
Параметры рендеринга с чередованием#
Enabled | value indicating if the interleaved rendering mode for SSSSS (Screen-Space Subsurface Scattering) is enabled. This option enables rendering of the effect in only half or quarter of all pixels with subsequent reconstruction of neighboring pixels using the data from previous frames, significantly improving performance. The effect is cumulative and works best with Temporal Filter, which reduces ghosting and noise artifacts. выкл. по умолчанию.Консольная команда: render_sssss_interleaved (API) |
---|---|
Samples | number of pixels to be skipped when rendering the SSSSS (Screen-Space Subsurface Scattering) effect with subsequent reconstruction of neighboring pixels using the data from previous frames. The following options are available:
Консольная команда: render_sssss_interleaved_samples (API) |
Color Clamping | color clamping mode used to reduce ghosting effect. Higher values increase clamping intensity, but may cause flickering (to reduce flickering you can choose High + Velocity). When disabled, translucency has a lag as it is several frames behind. Одно из следующих значений:
Консольная команда: render_sssss_interleaved_color_clamping (API) |
Параметры временной фильтрации#
Fix Flicker | value indicating if the taa fix flicker option is enabled. This option fixes flickering edges caused by TAA: it removes bright pixels by using the pixel brightness information from the previous frame. It is recommended to enable the option for bright thin ropes, wires and lines. The option is available only when TAA (см. ) is enabled. Enabling this option may increase performance costs. Консольная команда: render_taa_fix_flicker (API) |
---|---|
Frames By Color | value of TAA parameter for Screen-Space Subsurface Scattering that is similar to TAA Frames By Color (см. ). вкл. по умолчанию.
Консольная команда: render_sssss_taa_frames_by_color (API) |
Fix Blur | value of TAA parameter for Screen-Space Subsurface Scattering that is similar to TAA Catmull Resampling (см. ). вкл. по умолчанию.
Консольная команда: render_sssss_taa_catmull_resampling (API) |
Antialiasing In Motion | value of TAA parameter for Screen-Space Subsurface Scattering that is similar to TAA Antialiasing In Motion (см. ). выкл. по умолчанию.
Консольная команда: render_sssss_taa_antialiasing_in_motion (API) |
Preserve Details | value of TAA parameter for Screen-Space Subsurface Scattering that is similar to TAA Preserve Details (см. ). Диапазон значений: [0.0f, inf]. Значение по умолчанию : 0.5f. Консольная команда: render_sssss_taa_preserve_details (API) |
Frame Count | value of TAA parameter for Screen-Space Subsurface Scattering that is similar to TAA Frame Count (см. ). Диапазон значений: [0.0f, inf]. Значение по умолчанию : 30.0f. Консольная команда: render_sssss_taa_frame_count (API) |
Кадры по скорости
Enabled | value of TAA parameter for Screen-Space Subsurface Scattering that is similar to TAA Frames By Velocity (см. ). вкл. по умолчанию.
Консольная команда: render_sssss_taa_frames_by_velocity (API) |
---|---|
Threshold | value of TAA parameter for Screen-Space Subsurface Scattering that is similar to TAA Frames Velocity Threshold (см. ). Диапазон значений: [0.0f, inf]. Значение по умолчанию : 1.0f. Консольная команда: render_sssss_taa_frames_velocity_threshold (API) |
Max Frame Count | value of TAA parameter for Screen-Space Subsurface Scattering that is similar to TAA Max Frames By Velocity (см. ). Диапазон значений: [0.0f, inf]. Значение по умолчанию : 60.0f. Консольная команда: render_sssss_taa_max_frames_by_velocity (API) |
Min Frame Count | value of TAA parameter for Screen-Space Subsurface Scattering that is similar to TAA Min Frames By Velocity (см. ). Диапазон значений: [0.0f, inf]. Значение по умолчанию : 4.0f. Консольная команда: render_sssss_taa_min_frames_by_velocity (API) |
Последнее обновление:
16.08.2024
Помогите сделать статью лучше
Была ли эта статья полезной?
(или выберите слово/фразу и нажмите Ctrl+Enter