 |
TransparencySorterSortingModeTypes Enumeration |
SortingModeTypes defines possible type of transparency sorting.
Namespace:
Ab3d.Utilities
Assembly:
Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 10.1.8147.1045
Syntaxpublic enum SortingModeTypes
Members
| Member name | Value | Description |
---|
| Disabled | 0 |
The transparency sorting is disabled.
|
| Simple | 1 |
Transparency sorting is done with moving transparent objects after non-transparent objects.
|
| ByCameraDistance | 2 |
Transparency sorting is done with moving transparent objects after non-transparent objects and also sorting the transparent objects by their distance from the camera.
|
See Also