Lens Distortion | Post Processing | 2.3.0
image/svg+xml
docs.unity.cn
  • Manual
  • Scripting API
  • Changelog
  • License
Post Processing 2.3.0
    Show / Hide Table of Contents
    • Home
    • Installation
    • Quick-start
    • Effects
      • Ambient Occlusion
      • Anti-aliasing
      • Auto Exposure
      • Bloom
      • Chromatic Aberration
      • Color Grading
      • Deferred Fog
      • Depth of Field
      • Grain
      • Lens Distortion
      • Motion Blur
      • Screen Space Reflections
      • Vignette
    • Scripting
      • Manipulating the Stack
      • Writing Custom Effects
    • Troubleshooting
    • Manual
    • Effects
    • Lens Distortion

    Lens Distortion

    The Lens Distortion effect simulates the shape of a real-world camera lens by distorting or undistorting the final rendered picture.

    Properties

    Property Function
    Intensity Set the value for the total distortion amount.
    X Multiplier Set the Intensity multiplier on X axis. Set it to 0 to disable distortion on this axis.
    Y Multiplier Set the Intensity multiplier on Y axis. Set it to 0 to disable distortion on this axis.
    Center X Set the Distortion center point (X axis).
    Center Y Set the Distortion center point (Y axis).
    Scale Set the value for global screen scaling.

    Known issues and limitations

    • Lens distortion doesn't support AR/VR.

    Requirements

    • Shader Model 3

    See the Graphics Hardware Capabilities and Emulation page for further details and a list of compliant hardware.

    In This Article
    • Properties
    • Known issues and limitations
    • Requirements
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX