Enum DecimateAction.DecimationQuality
Describe preset for the quality driven decimation
Namespace: UnityEditor.PixyzPlugin4Unity.Toolbox
Assembly: Unity.Pixyz.Plugin4Unity.Editor.dll
Syntax
public enum DecimateAction.DecimationQuality
Fields
| Name | Description |
|---|---|
| Custom | All parameters are set by the user |
| High | This will be the most conservative decimation in term of quality |
| Low | This will have lower quality but will allow to get a light mesh |
| Medium | This will keep most of the quality with a bit of more performance |
| Poor | This the lowest preset where the objective is more performance related |