Choose your operating system:
Windows
macOS
Linux
| FDatasmithTessellationOptions
|
Module |
|
Header |
/Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithImportOptions.h |
Include |
#include "DatasmithImportOptions.h" |
USTRUCT(BlueprintType)
struct FDatasmithTessellationOptions
Name | Description | ||
---|---|---|---|
|
float |
ChordTolerance |
Maximum distance between any point on a triangle generated by the tessellation process and the actual surface. |
|
float |
MaxEdgeLength |
Maximum length of edges of triangles generated by the tessellation process. |
|
float |
NormalTolerance |
Maximum angle between the normal of two triangles generated by the tessellation process. |
|
StitchingTechnique |
Stitching technique applied on neighbouring surfaces before tessellation. |
Name | Description | |
---|---|---|
|
FDatasmithTessellationOptions ( |
Name | Description | ||
---|---|---|---|
|
operator== ( |