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 getClassType() TypeHandle
- getMode() PandaCompareFunc
Returns the alpha write mode.
- static make(mode: PandaCompareFunc, reference_alpha: float) RenderAttrib
Constructs a new
AlphaTestAttrib
object.
- static makeDefault() 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.