This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
Rendering
Professional (SIM)
UnigineEditor
Interface Overview
Assets Workflow
Version Control
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Lighting
Sandworm
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Built-in Node Types
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
Materials and Shaders
Rebuilding the Engine Tools
GUI
VR Development
Double Precision Coordinates
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
Content Creation
Content Optimization
Materials
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

Alpha Blend Sample

This material graph sample demonstrates creation of a simple Alpha Blend transparent material.

Albedo RGB data for the Mesh Transparent PBR material (used for transparent materials) is taken from the output of the Color parameter (Color node). The Roughness value is specified directly using a Float node.

The Opacity input for the material is constructed as follows:

  • Initial Opacity data is taken from the texture (Texture 2D node) sampled by the Sample Texture node and connected via the X port adapter to the Power node (as only the R-channel is used for the opacity map).
  • Power and Multiply nodes apply power and opacity values provided by two Slider parameter nodes (enabling you to adjust float values via the Parameters panel in UnigineEditor).
  • The resulting output of the Multiply node is then saturated to the [0.0f; 1.0f] range (Saturate node) and passed to the master material node.

Finally, the data output is passed to the Final node.

The result
Last update: 2023-12-19
Build: ()