This page has been translated automatically.
Видеоуроки
Интерфейс
Основы
Продвинутый уровень
Подсказки и советы
Основы
Программирование на C#
Рендеринг
Профессиональный уровень (SIM)
Принципы работы
Свойства (properties)
Компонентная Система
Рендер
Физика
Редактор UnigineEditor
Обзор интерфейса
Работа с ассетами
Контроль версий
Настройки и предпочтения
Работа с проектами
Настройка параметров ноды
Setting Up Materials
Настройка свойств
Освещение
Sandworm
Использование инструментов редактора для конкретных задач
Расширение функционала редактора
Встроенные объекты
Ноды (Nodes)
Объекты (Objects)
Эффекты
Декали
Источники света
Geodetics
World-ноды
Звуковые объекты
Объекты поиска пути
Player-ноды
Программирование
Основы
Настройка среды разработки
Примеры использования
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Плагины
Форматы файлов
Материалы и шейдеры
Rebuilding the Engine Tools
Интерфейс пользователя (GUI)
Двойная точность координат
API
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
Учебные материалы

Triplanar Normal Node


Description

Samples tangent-space normal vectors from the NormalMap texture using triplanar mapping.

It's enough to simply pass the normal map texture to the node to get a working triplanar projection, all the other inputs have appropriate default values.

If you want to fine tune the result override the input parameters. Please note that Vertex Position and Vertex Normal inputs must be in the same space:

  • Object Space for object-space triplanar mapping.
  • World Space for world-space triplanar mapping.
Notice
World-space triplanar mapping works properly only within the distance range of 10000 units from the origin (regardless of the supported precision of coordinates).

Ports

Name Description
Texture2DColor texture.
Vertex PositionVertex position of the geometry. Specify it if you deformed the source geometry.
BlendBlending intensity between the projection axes, in the [0; 1] range.
Vertex NormalVertex normals of the geometry. Specify it if you modified the source geometry normals or to take into account some normal map.
TilingTiling along each projection axis.
OffsetOffset along each projection axis.
Triplanar ColorColor sampled from the input texture.
Last update: 18.02.2022
Build: ()