博客
关于我
URP——后期处理特效——镜头失真Lens Distortion
阅读量:170 次
发布时间:2019-02-26

本文共 1384 字,大约阅读时间需要 4 分钟。

Lens Distortion

镜头失真效果失真最终渲染的图片,以模拟一个真实的相机镜头的形状。

Using Lens Distortion

镜头失真使用了框架,所以要启用和修改镜头失真属性,你必须在场景的中添加一个镜头失真覆盖。添加镜头失真到一个:

  1. 在场景或层次视图中,选择一个包含体积组件的游戏对象,在检查器中查看它。
  2. 在检查器中,导航到 Add Override > Post-processing点击Lens Distortion镜头失真。URP现在使用镜头失真于这个体积影响的任何相机。

Properties

Property Description
Intensity

Use the slider to set the overall strength of the distortion effect.

使用滑块设置失真效果的整体强度。

X Multiplier

Use the slider to set the distortion intensity on the x-axis. This value acts as a multiplier so you can set this value to 0 to disable distortion on this axis,

使用滑块在x轴上设置失真强度。这个值作为一个倍增器,所以您可以将这个值设置为0来禁用这个轴上的扭曲

Y Multiplier

Use the slider to set the distortion intensity on the y-axis. This value acts as a multiplier so you can set this value to 0 to disable distortion on this axis,

使用滑块设置y轴上的失真强度。这个值作为一个倍增器,所以您可以将这个值设置为0来禁用这个轴上的扭曲

Center

Set the center point of the distortion effect on the screen.

在屏幕上设置扭曲效果的中心点。

Scale

Use the slider to set the value for global screen scaling. This zooms the render to hide the borders of the screen. When you use a high distortion, pixels on the borders of the screen can break because they rely on information from pixels outside the screen boundaries that don't exist. This property is useful for hiding these broken pixels around the screen border.

使用滑块设置全局屏幕缩放的值。这将放大渲染以隐藏屏幕的边界。当使用高失真时,屏幕边界上的像素可能会被破坏,因为它们依赖于屏幕边界以外不存在的像素的信息。此属性对于隐藏屏幕边框周围的这些破碎像素非常有用。

转载地址:http://xeaf.baihongyu.com/

你可能感兴趣的文章
Mysql-事务阻塞
查看>>
Mysql-存储引擎
查看>>
mysql-开启慢查询&所有操作记录日志
查看>>
MySQL-数据目录
查看>>
MySQL-数据页的结构
查看>>
MySQL-架构篇
查看>>
MySQL-索引的分类(聚簇索引、二级索引、联合索引)
查看>>
Mysql-触发器及创建触发器失败原因
查看>>
MySQL-连接
查看>>
mysql-递归查询(二)
查看>>
MySQL5.1安装
查看>>
mysql5.5和5.6版本间的坑
查看>>
mysql5.5最简安装教程
查看>>
mysql5.6 TIME,DATETIME,TIMESTAMP
查看>>
mysql5.6.21重置数据库的root密码
查看>>
Mysql5.6主从复制-基于binlog
查看>>
MySQL5.6忘记root密码(win平台)
查看>>
MySQL5.6的Linux安装shell脚本之二进制安装(一)
查看>>
MySQL5.6的zip包安装教程
查看>>
mysql5.7 for windows_MySQL 5.7 for Windows 解压缩版配置安装
查看>>