MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.TransparencyMode Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, bool alphaSort)
 
None __init__ (self, int bgDepthTexId, int fgColorTexId, int fgDepthTexId)
 
None __init__ (self, TransparencyMode arg0)
 
int getBGDepthPeelingDepthTextureId (self)
 
int getFGDepthPeelingColorTextureId (self)
 
int getFGDepthPeelingDepthTextureId (self)
 
bool isAlphaSortEnabled (self)
 
bool isDepthPeelingEnabled (self)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
TransparencyMode operator (*args, **kwargs)
 
TransparencyMode operator (*args, **kwargs)
 

Detailed Description

Generated from:  MR::TransparencyMode

struct to determine transparent rendering mode

Constructor & Destructor Documentation

◆ __init__() [1/5]

None mrmeshpy.TransparencyMode.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/5]

None mrmeshpy.TransparencyMode.__init__ ( self)

◆ __init__() [3/5]

None mrmeshpy.TransparencyMode.__init__ ( self,
bool alphaSort )

◆ __init__() [4/5]

None mrmeshpy.TransparencyMode.__init__ ( self,
int bgDepthTexId,
int fgColorTexId,
int fgDepthTexId )

◆ __init__() [5/5]

None mrmeshpy.TransparencyMode.__init__ ( self,
TransparencyMode arg0 )
Implicit copy constructor.

Member Function Documentation

◆ getBGDepthPeelingDepthTextureId()

int mrmeshpy.TransparencyMode.getBGDepthPeelingDepthTextureId ( self)

◆ getFGDepthPeelingColorTextureId()

int mrmeshpy.TransparencyMode.getFGDepthPeelingColorTextureId ( self)

◆ getFGDepthPeelingDepthTextureId()

int mrmeshpy.TransparencyMode.getFGDepthPeelingDepthTextureId ( self)

◆ isAlphaSortEnabled()

bool mrmeshpy.TransparencyMode.isAlphaSortEnabled ( self)

◆ isDepthPeelingEnabled()

bool mrmeshpy.TransparencyMode.isDepthPeelingEnabled ( self)

◆ operator() [1/2]

TransparencyMode mrmeshpy.TransparencyMode.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

TransparencyMode mrmeshpy.TransparencyMode.operator ( * args,
** kwargs )
static

The documentation for this class was generated from the following file: