Choose your operating system:
Windows
macOS
Linux
| FGroupTopology
|
Module |
|
Header |
/Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/GroupTopology.h |
Include |
#include "GroupTopology.h" |
class FTriangleGroupTopology : public UE::Geometry::FGroupTopology
FTriangleGroupTopology is a simplification of FGroupTopology that just represents a normal mesh. This allows algorithms to be written against FGroupTopology that will also work per-triangle. (However, there is enormous overhead to doing it this way!)
Name | Description | |
---|---|---|
|
FTriangleGroupTopology() |
|
|
FTriangleGroupTopology ( |
Name | Description | ||
---|---|---|---|
|
int |
GetGroupID ( |
Adjacency of Per-Triangle integers are what define the triangle groups. |
|
RebuildTopology() |
Build the group topology graph. |