Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| |
|
| Name |
ELatticeInterpolationType |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/LatticeDeformerTool.h |
| Include Path |
#include "LatticeDeformerTool.h" |
Syntax
enum ELatticeInterpolationType
{
Linear,
Cubic,
}
Values
| Name |
Remarks |
| Linear |
Use trilinear interpolation to get new mesh vertex positions from the lattice |
| Cubic |
Use tricubic interpolation to get new mesh vertex positions from the lattice |