This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
专业(SIM)
UnigineEditor
界面概述
资源工作流程
版本控制
设置和首选项
项目开发
调整节点参数
Setting Up Materials
设置属性
照明
Sandworm
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
使用范例
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
材质和着色器
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
Animations-Related Classes
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
VR-Related Classes
创建内容
内容优化
材质
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

Motion Blur

本节介绍运动模糊效果的设置。

运动模糊设置
Enabled 开启和关闭运动模糊。
Velocity 移动身体时的运动模糊量。
  • 越高,移动时对象出现的模糊性就越大。
Maximum Velocity 移动物理对象时可能出现的最大运动模糊量。当它们的体速度超过设定值时,它们将变得模糊,好像它们具有由参数设置的最大速度一样。应使用此参数以:
  • 避免快速移动的物体过度模糊。
  • 保存性能,因为增加对象的速度会导致运动模糊效果的半径增加,从而在非常高的值下降低性能。
Num Steps 运动模糊中使用的步数。
  • 越高,运动模糊效果越正确。
  • 值下,移动的对象可能看起来翻倍,但是性能会提高。
Noise Intensity 运动模糊中使用的噪声强度。
Neat Silhouettes 切换运动模糊的简洁轮廓。启用后,此选项将使相机前方的对象轮廓保持清晰。
Camera Velocity 切换相机速度对运动模糊效果的影响。禁用时,仅考虑对象的速度。
注意
默认情况下,此设置在VR模式下处于禁用状态。
最新更新: 2020-11-11
Build: ()