FFFDLattice::FFFDLattice

Create a lattice that fits the given mesh and has the given resolution along each dimension.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/Operations/FFDLattice.h

Include

#include "Operations/FFDLattice.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/Operations/FFDLattice.cpp

Syntax

FFFDLattice
(
    const FVector3i & InDims,
    const FDynamicMesh3 & InMesh,
    float Padding
)

Remarks

Create a lattice that fits the given mesh and has the given resolution along each dimension. Also precompute the weight of each mesh vertex inside the appropriate lattice cell.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss