17 INLINE AlphaTestAttrib::
18 AlphaTestAttrib(AlphaTestAttrib::PandaCompareFunc mode,
19 PN_stdfloat reference_alpha) :
20 _mode(mode), _reference_alpha(reference_alpha)
37 return _reference_alpha;
get_reference_alpha
Returns the alpha reference value.
get_mode
Returns the alpha write mode.