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
&123;
Constant,
DisplacementMap,
RandomNoise,
PerlinNoise,
SineWave,
&125;
Values
| Name |
Description |
| Constant |
Offset a set distance in the normal direction. |
| DisplacementMap |
Offset in the normal direction using the first channel of a 2D texture. |
| RandomNoise |
Offset vertices randomly. |
| PerlinNoise |
Offset in the normal direction weighted by Perlin noise. |
| SineWave |
Move vertices in spatial sine wave pattern |