Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
References
| |
|
| Module |
MeshModelingToolsExp |
| Header |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/DisplaceMeshTool.h |
| Include |
#include "DisplaceMeshTool.h" |
Syntax
enum EDisplaceMeshToolDisplaceType
{
UMETA =(DisplayName = "Constant"),
UMETA =(DisplayName = "Texture2D Map"),
UMETA =(DisplayName = "Random Noise"),
UMETA =(DisplayName = "Perlin Noise"),
UMETA =(DisplayName = "Sine Wave"),
}
Values
| Name |
Description |
| UMETA |
Offset a set distance in the normal direction. |
| UMETA |
Offset in the normal direction using the first channel of a 2D texture. |
| UMETA |
Offset vertices randomly. |
| UMETA |
Offset in the normal direction weighted by Perlin noise. |
| UMETA |
Move vertices in spatial sine wave pattern |