Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
References
| |
|
| Module |
MeshModelingToolsExp |
| Header |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/SmoothMeshTool.h |
| Include |
#include "SmoothMeshTool.h" |
Syntax
enum ESmoothMeshToolSmoothType
&123;
Iterative,
Implicit,
Diffusion,
&125;
Values
| Name |
Description |
| Iterative |
Iterative smoothing with N iterations |
| Implicit |
Implicit smoothing, produces smoother output and does a better job at preserving UVs, but can be very slow on large meshes |
| Diffusion |
Iterative implicit-diffusion smoothing with N iterations |