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
{
UMETA =(DisplayName = "Fast Iterative"),
UMETA =(DisplayName = "Fast Implicit"),
UMETA =(DisplayName = "Iterative Diffusion"),
}
Values
| Name |
Description |
| UMETA |
Iterative smoothing with N iterations |
| UMETA |
Implicit smoothing, produces smoother output and does a better job at preserving UVs, but can be very slow on large meshes |
| UMETA |
Iterative implicit-diffusion smoothing with N iterations |