TransparencyMode
-
wv.TransparencyMode Enumerates ways of displaying transparent geometry
Enumeration Members
-
wv.TransparencyMode.SingleLayer - SingleLayer: 1
Only the front-most transparent object is visible at a given pixel.
-
wv.TransparencyMode.Unsorted - Unsorted: 0
Transparent objects are blended together without z-sorting.