Сэмпл Custom Subgraphs
This sample demonstrates how to create Subgraphs and use them in your Material Graphs. There are two Subgraphs included:В этом сэмпле показано, как создать Подграфы и использовать их в своих графах материалов. Включены два подграфа:
1) A simple Subgraph demonstrating all available inputs (all_types_of_data.msubgraph)1) Простой подграф, демонстрирующий все доступные входные данные (all_types_of_data.msubgraph)
2) A simple Subgraph implementing UV panning (uv panner.msubgraph)2) Простой подграф, реализующий UV-панорамирование (uv panner.msubgraph)
The image below demonstrates how the Subgraphs described above are used in a complex Material Graph.На изображении ниже показано, как описанные выше подграфы используются в сложном графе материалов.
- The UV Panner node (Subgraph) takes the texture coordinates from the Vertex UV 0 node and the speed value from the Float2 parameter node (enabling you to adjust the panner speed via the Parameters panel in UnigineEditor). The modified UV is passed to the UV input of the Sample Texture nodes sampling albedo and normal data from the corresponding Texture 2D nodes. Finally, the data output from the master material node is passed to the Final node.Узел UV Panner (Subgraph) берет координаты текстуры от узла Vertex UV 0 и значение скорости от узла параметра Float2 (что позволяет вам регулировать скорость панорамирования с помощью панели Parameters в UnigineEditor). Модифицированный UV передается на вход UV узлов Sample Texture, производящих выборку данных альбедо и нормалей из соответствующих узлов Texture 2D. Наконец, выходные данные узла основного материала передаются узлу Final.
- Nodes providing all available input types (float, int, texture) are connected to the corresponding input ports of the All Types of Data Subgraph node.Узлы, предоставляющие все доступные типы ввода (float, int, texture), подключаются к соответствующим входным портам узла подграфа All Types of Data.
Последнее обновление:
16.08.2024
Помогите сделать статью лучше
Была ли эта статья полезной?
(или выберите слово/фразу и нажмите Ctrl+Enter