Component:PostProcessingSettings

From Resonite Wiki
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