Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| |
|
| Name |
EMeshMirrorWeldNormalMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MirrorTool.h |
| Include Path |
#include "MirrorTool.h" |
Syntax
enum EMeshMirrorWeldNormalMode
{
MirrorNormals = 0,
AverageMirrorNormals = 1,
}
Values
| Name |
Remarks |
| MirrorNormals |
Normals are split and mirrored across the plane. |
| AverageMirrorNormals |
Normals are averaged with their mirrored normal across the plane. |