Enum MeshQuality
Preset of model quality at the import
Namespace: UnityEngine.PixyzPlugin4Unity.Import
Assembly: Unity.Pixyz.Plugin4Unity.dll
Syntax
public enum MeshQuality
Fields
Name | Description |
---|---|
CUSTOM | Decimation and tesselation will be performed based on user settings. |
HIGH | Decimation will be performed on a high quality preset. Tesselation will be on a high preset |
LOW | Decimation will be performed on a low quality preset. Tesselation will be on a low preset |
MAXIMUM | No decimation will be perform, keep the quality of the source file. Tesselation will be of the higest possible quality. |
MEDIUM | Decimation will be performed on a medium quality preset. Tesselation will be on a medium preset |
POOR | Decimation will be performed on a poor quality preset. Tesselation will be on a poor preset |