Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
References
| |
|
| Module |
MeshModelingToolsExp |
| Header |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshSpaceDeformerTool.h |
| Include |
#include "MeshSpaceDeformerTool.h" |
Syntax
enum EFlareProfileType
&123;
SinMode,
SinSquaredMode,
TriangleMode,
&125;
Values
| Name |
Description |
| SinMode |
Displaced by sin(pi x) with x in 0 to 1. |
| SinSquaredMode |
Displaced by sin(pi x)*sin(pi x) with x in 0 to 1. This provides a smooth normal transition. |
| TriangleMode |
Displaced by piecewise-linear trianglular mode. |