博客
关于我
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/

你可能感兴趣的文章
mt_rand
查看>>
mysql -存储过程
查看>>
mysql /*! 50100 ... */ 条件编译
查看>>
mudbox卸载/完美解决安装失败/如何彻底卸载清除干净mudbox各种残留注册表和文件的方法...
查看>>
mysql 1264_关于mysql 出现 1264 Out of range value for column 错误的解决办法
查看>>
mysql 1593_Linux高可用(HA)之MySQL主从复制中出现1593错误码的低级错误
查看>>
mysql 5.6 修改端口_mysql5.6.24怎么修改端口号
查看>>
MySQL 8.0 恢复孤立文件每表ibd文件
查看>>
MySQL 8.0开始Group by不再排序
查看>>
mysql ansi nulls_SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON 什么意思
查看>>
multi swiper bug solution
查看>>
MySQL Binlog 日志监听与 Spring 集成实战
查看>>
MySQL binlog三种模式
查看>>
multi-angle cosine and sines
查看>>
Mysql Can't connect to MySQL server
查看>>
mysql case when 乱码_Mysql CASE WHEN 用法
查看>>
Multicast1
查看>>
mysql client library_MySQL数据库之zabbix3.x安装出现“configure: error: Not found mysqlclient library”的解决办法...
查看>>
MySQL Cluster 7.0.36 发布
查看>>
Multimodal Unsupervised Image-to-Image Translation多通道无监督图像翻译
查看>>