Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
| |
|
| Name |
EDrawSplineUpVectorMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/DrawSplineTool.h |
| Include Path |
#include "DrawSplineTool.h" |
Syntax
enum EDrawSplineUpVectorMode
{
AlignToPrevious,
UseHitNormal,
}
Values
| Name |
Remarks |
| AlignToPrevious |
Pick the first up vector based on the hit normal, and then align subsequent up vectors with the previous ones. |
| UseHitNormal |
Base the up vector off the hit normal. |