Enum LodQuality
LOD Quality.
Namespace: PiXYZ.Import
Assembly: cs.temp.dll.dll
Syntax
public enum LodQuality
Fields
Name | Description |
---|---|
CULLED | LOD is culled for maximum performances. |
HIGH | This is a modification of the Very High preset. PiXYZ will deliver a superior quality mesh. Gives high-quality results for small objects. A tessellation process is run. |
LOW | Efficient setting to obtain a low-density mesh, or to process large objects while limiting polygon count. A tessellation process is run. |
MAXIMUM | Use this setting if you wish to obtain a very dense and precise mesh (quality is a priority over low-density) OR if you are importing a very small asset (under 1cm). A tessellation process is run. |
MEDIUM | Typically the best option to obtain a balanced mesh between quality and polygon count. A tessellation process is run. |
POOR | Setting to obtain a very low-density mesh, or to process large objects while strongly limiting polygon count. A tessellation process is run. |