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

Normal From Height Value 示例

This material graph sample demonstrates how to convert height values to normal vectors.此材质图表示例演示了如何将高度值转换为法线向量。

The Normal From Height Value node is accountable for conversion from a height value to normals.Normal From Height Value 节点负责将高度值转换为法线。

In this sample, a noise texture is used as a mask adjustable via the Coverage and Contrast parameters. The black-and-white mask is used as a blending coefficient for the Lerp node that performs linear interpolation between two normal maps and as the source height for the Normal From Height Value node converting the mask to a normal map.在此示例中,噪声纹理用作可通过 CoverageContrast 参数调整的蒙版。黑白蒙版用作 Lerp 节点的混合系数,在两个法线贴图之间执行线性插值,并用作 Normal From Height Value 节点将蒙版转换为法线贴图的源高度。

Finally, the result of two blended normal maps is added as the Detail Normal to the edge normals via the Reorient Normal Blend node and the resulting tangent-space normal vector is passed to the material.最后,通过 Reorient Normal Blend 节点将两个混合法线贴图的结果作为 Detail Normal 添加到边缘法线,并将生成的切线空间法线向量传递给材质。

The Albedo color is obtained from the corresponding parameter.反照率颜色是从相应的参数中获得的。

Normal From Height Value sample正常高度值样本
最新更新: 2024-01-18
Build: ()