Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
References
| |
|
| Module |
MeshModelingToolsExp |
| Header |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/LatticeDeformerTool.h |
| Include |
#include "LatticeDeformerTool.h" |
Syntax
enum ELatticeInterpolationType
{
UMETA =(DisplayName = "Linear"),
UMETA =(DisplayName = "Cubic"),
}
Values
| Name |
Description |
| UMETA |
Use trilinear interpolation to get new mesh vertex positions from the lattice |
| UMETA |
Use tricubic interpolation to get new mesh vertex positions from the lattice |