Navigation
API > API/Plugins > API/Plugins/ModelingOperators
| |
|
| Name |
EUVProjectionMethod |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/ParameterizationOps/UVProjectionOp.h |
| Include Path |
#include "ParameterizationOps/UVProjectionOp.h" |
Syntax
enum EUVProjectionMethod
{
Box,
Cylinder,
Plane,
UMETA =(DisplayName = "ExpMap"),
}
Values
| Name |
Remarks |
| Box |
Calculate UVs by assigning triangles to faces of a box, and then apply per-box-face planar projection |
| Cylinder |
Calculate UVs by assigning triangles to a cylinder using radial projection or cylinder end caps using planar projection |
| Plane |
Calculate UVs by projecting to a plane |
| UMETA |
Calculate UVs by Exponential Map projection centered at the surface point nearest to the center of the input plane |