This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
专业(SIM)
UnigineEditor
界面概述
资产工作流程
设置和首选项
项目开发
调整节点参数
Setting Up Materials
设置属性
Landscape Tool
Sandworm
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
使用范例
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
Materials and Shaders
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
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
创建内容
内容优化
Materials
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials
注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
注意! 这个版本的文档描述了一个不再受支持的旧SDK版本!请升级到最新的SDK版本。

倒影

This article lists all types of rendering techniques used to simulate specular and diffuse reflections available in UNIGINE.本文列出了用于模拟UNIGINE中可用的镜面反射和漫反射的所有类型的渲染技术。

Environment Reflections环境思考#

This is the default type of reflections provided by the Environment settings.这是 Environment 设置提供的默认反射类型。

Environment Probe Reflections环境探针的思考#

To change reflections locally, Environment Probes are used. Both static and dynamic modes are supported.要在本地更改反射,请使用Environment Probes。静态和动态模式均受支持。

Planar Reflections平面反射#

Planar Reflections is a dynamic reflections approach available via Planar Reflection Probes. Planar Reflections 是一种可通过 Planar Reflection Probe 获得的动态反射方法。

也可以看看#

Screen-Space Reflections屏幕空间的思考#

Screen-Space Reflections is a real-time technique for calculating reflections based on screen buffers with the help of raytracing algorithms. 屏幕空间反射 是一种借助光线跟踪算法基于屏幕缓冲区计算反射的实时技术。

Diffuse Reflections from Voxel Probes体素探针的漫反射#

Diffuse Reflections are provided by baked voxel probes and can be used on rough surfaces. 漫反射由烘焙的体素探针提供,可以在粗糙的表面上使用。

最新更新: 2022-03-10
Build: ()