Fix typo in SSR roughness quality enum value names
This commit is contained in:
parent
3fab862c59
commit
83efe4d8b0
6 changed files with 23 additions and 19 deletions
|
|
@ -4146,13 +4146,17 @@
|
|||
<constant name="ENV_TONE_MAPPER_ACES" value="3" enum="EnvironmentToneMapper">
|
||||
Use the ACES tonemapper.
|
||||
</constant>
|
||||
<constant name="ENV_SSR_ROUGNESS_QUALITY_DISABLED" value="0" enum="EnvironmentSSRRoughnessQuality">
|
||||
<constant name="ENV_SSR_ROUGHNESS_QUALITY_DISABLED" value="0" enum="EnvironmentSSRRoughnessQuality">
|
||||
Lowest quality of roughness filter for screen-space reflections. Rough materials will not have blurrier screen-space reflections compared to smooth (non-rough) materials. This is the fastest option.
|
||||
</constant>
|
||||
<constant name="ENV_SSR_ROUGNESS_QUALITY_LOW" value="1" enum="EnvironmentSSRRoughnessQuality">
|
||||
<constant name="ENV_SSR_ROUGHNESS_QUALITY_LOW" value="1" enum="EnvironmentSSRRoughnessQuality">
|
||||
Low quality of roughness filter for screen-space reflections.
|
||||
</constant>
|
||||
<constant name="ENV_SSR_ROUGNESS_QUALITY_MEDIUM" value="2" enum="EnvironmentSSRRoughnessQuality">
|
||||
<constant name="ENV_SSR_ROUGHNESS_QUALITY_MEDIUM" value="2" enum="EnvironmentSSRRoughnessQuality">
|
||||
Medium quality of roughness filter for screen-space reflections.
|
||||
</constant>
|
||||
<constant name="ENV_SSR_ROUGNESS_QUALITY_HIGH" value="3" enum="EnvironmentSSRRoughnessQuality">
|
||||
<constant name="ENV_SSR_ROUGHNESS_QUALITY_HIGH" value="3" enum="EnvironmentSSRRoughnessQuality">
|
||||
High quality of roughness filter for screen-space reflections. This is the slowest option.
|
||||
</constant>
|
||||
<constant name="ENV_SSAO_QUALITY_VERY_LOW" value="0" enum="EnvironmentSSAOQuality">
|
||||
Lowest quality of screen-space ambient occlusion.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue