enum
ERemeshingTarget RemeshingTarget defines the target error metric to use in the mesh generation, either OnScreenSize or MaxDeviation.
Key | Value | Comment |
---|---|---|
OnScreenSize | 0 | Define the output mesh quality using OnScreenSize. |
MaxDeviation | 1 | Define the output mesh quality using MaxDeviation and MaxDerivedOnScreenSize. |
Key | Value | Comment |
---|---|---|
OnScreenSize | 0 | Define the output mesh quality using OnScreenSize. |
MaxDeviation | 1 | Define the output mesh quality using MaxDeviation and MaxDerivedOnScreenSize. |
Key | Value | Comment |
---|---|---|
ERemeshingTarget_OnScreenSize | 0 | Define the output mesh quality using OnScreenSize. |
ERemeshingTarget_MaxDeviation | 1 | Define the output mesh quality using MaxDeviation and MaxDerivedOnScreenSize. |