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
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
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

Brush Tool

Brush tool (B hotkey) is used for painting arbitrary shapes on a texture.

Settings#

All available settings are described in the Texture Editor article. However, there is a specific Draw Blend Mode parameter that sets a blending mode for the brush:

  • Alpha Blend — override the existing color with the current color.
  • Add — add the current color to the existing color value. This mode can be useful when painting a height map.

    Alpha Blend Mode
    Add Mode
  • Minimum — override the existing color with the current color only if it has a lower value.
  • Maximum — override the existing color with the current color only if it has a higher value. This mode can be used, for example, when you need to increase low values in a height map by no more than a certain value.

    Minimum Mode
    Maximum Mode
Last update: 2022-09-01
Build: ()