Component:PostProcessingSettings: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Post Processing Settings
|Name=Post Processing Settings
}}
}}
{{stub}}
See [[Settings#Post Processing|Post Processing Settings]].


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|MotionBlurIntensity|Float|
|MotionBlurIntensity|Float| Controls the strength of motion blur, disabled entirely if set to 0%.
|BloomIntensity|Float|
|BloomIntensity|Float| The Bloom effect causes a glow to appear around bright objects in the scene, disabled entirely if set to 0%.
|AmbientOcclusionIntensity|Float|
|AmbientOcclusionIntensity|Float| Adds shading in corners and area that'd receive less light. Controls the strength of [https://en.wikipedia.org/wiki/Ambient_occlusion Ambient Occlusion], disabled entirely if set to 0%.
|ScreenSpaceReflections|Bool|
|ScreenSpaceReflections|Bool| When enabled, any parts of the scene currently visible to the camera will reflect off shiny surfaces in realtime.
|Antialiasing|AntiAliasingMethod|
|Antialiasing|AntiAliasingMethod| Smooths out jagged edges on objects. Some may not work or be suitable for VR.
}}
}}


== Behavior ==
== Usage ==
See [[Settings#Post Processing|Post Processing Settings]].


== Examples ==
== Examples ==
See [[Settings#Post Processing|Post Processing Settings]].


== See Also ==
== See Also ==
* [[Settings#Post Processing|Post Processing Settings]]


[[Category:Components:Uncategorized{{#translation:}}|Post Processing Settings]]
[[Category:Components:Uncategorized{{#translation:}}|Post Processing Settings]]
[[Category:Components{{#translation:}}|Post Processing Settings]]
[[Category:Components{{#translation:}}|Post Processing Settings]]
[[Category:ComponentStubs]]

Latest revision as of 14:17, 28 February 2025

Component image 
Post Processing Settings component as seen in the Scene Inspector

See Post Processing Settings.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
MotionBlurIntensity Float Controls the strength of motion blur, disabled entirely if set to 0%.
BloomIntensity Float The Bloom effect causes a glow to appear around bright objects in the scene, disabled entirely if set to 0%.
AmbientOcclusionIntensity Float Adds shading in corners and area that'd receive less light. Controls the strength of Ambient Occlusion, disabled entirely if set to 0%.
ScreenSpaceReflections Bool When enabled, any parts of the scene currently visible to the camera will reflect off shiny surfaces in realtime.
Antialiasing AntiAliasingMethod Smooths out jagged edges on objects. Some may not work or be suitable for VR.

Usage

See Post Processing Settings.

Examples

See Post Processing Settings.

See Also