Navigation
API > API/Plugins > API/Plugins/ChaosVD
Inheritance Hierarchy
- FMeshShapeGenerator
- FChaosVDConvexMeshGenerator
References
| Module | ChaosVD |
| Header | /Engine/Plugins/Experimental/ChaosVD/Source/ChaosVD/Public/ChaosVDConvexMeshGenerator.h |
| Include | #include "ChaosVDConvexMeshGenerator.h" |
Syntax
class FChaosVDConvexMeshGenerator : public UE::Geometry::FMeshShapeGenerator
Remarks
Generates an convex mesh with the smallest number of triangles possible
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GenerateFromConvex
(
const Chaos::FConvex& Convex |
Prepares the Mesh Generator so the Generate method can generate the desired Dynamic Mesh |
Overridden from FMeshShapeGenerator
| Type | Name | Description | |
|---|---|---|---|
| FMeshShapeGenerator & | Generate () |
Subclasses implement this to generate mesh |