Hi,
how can I add the blendmodes overlay and screen to MaterialBase. I tried out this
case BlendMode.SCREEN:
case BlendMode.OVERLAY:
_srcBlend = Context3DBlendFactor.SOURCE_ALPHA; // ??
_destBlend = Context3DBlendFactor.ONE_MINUS_SOURCE_ALPHA; // ??
Does this make sense?