AlphaTestAttrib
from panda3d.core import AlphaTestAttrib
- class AlphaTestAttrib
Bases:
Bases:
RenderAttrib
Enables or disables writing of pixel to framebuffer based on its alpha value relative to a reference alpha value
Inheritance diagram
- static get_class_type() TypeHandle
- get_mode() PandaCompareFunc
Returns the alpha write mode.
- static make(mode: PandaCompareFunc, reference_alpha: float) RenderAttrib
Constructs a new
AlphaTestAttrib
object.
- static make_default() RenderAttrib
Returns a
RenderAttrib
that corresponds to whatever the standard default properties for render attributes of this type ought to be.
- property mode PandaCompareFunc
Returns the alpha write mode.