博客
关于我
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 备份 Xtrabackup
查看>>
mysql 复杂查询_mysql中复杂查询
查看>>
mYSQL 外键约束
查看>>
mysql 多个表关联查询查询时间长的问题
查看>>
mySQL 多个表求多个count
查看>>
mysql 多字段删除重复数据,保留最小id数据
查看>>
MySQL 多表联合查询:UNION 和 JOIN 分析
查看>>
MySQL 大数据量快速插入方法和语句优化
查看>>
mysql 如何给SQL添加索引
查看>>
mysql 字段区分大小写
查看>>
mysql 字段合并问题(group_concat)
查看>>
mysql 字段类型类型
查看>>
MySQL 字符串截取函数,字段截取,字符串截取
查看>>
MySQL 存储引擎
查看>>