Open CASCADE Technology  7.3.0
Enumerations

Graphic3d_RenderTransparentMethod.hxx File Reference

Enumerations

enum  Graphic3d_RenderTransparentMethod { Graphic3d_RTM_BLEND_UNORDERED, Graphic3d_RTM_BLEND_OIT }
 Enumerates transparency rendering methods supported by rasterization mode. More...
 

Enumeration Type Documentation

◆ Graphic3d_RenderTransparentMethod

Enumerates transparency rendering methods supported by rasterization mode.

Enumerator
Graphic3d_RTM_BLEND_UNORDERED 

Basic blend transparency with non-commuting blend operator without sorting.

Graphic3d_RTM_BLEND_OIT 

Weighted Blended Order-Independent Transparency with depth weight factor.