I see there is a WorldInfo method SetBlendMode, however when I use it, it behaves different vs the BlendMode effect property for the object.
The effect property blendmode applies to the 2D image of the 3D object (e.g. when using the intermediate buffer as a texture to render to the final buffer).
So far, when I use the WI SetBlendMode, it seems to apply _during_ the 3D render to the intermediate buffer instead. I have tried putting it before my draw commands, after my draw commands and during the action code itself, but the behavior is the same.
I imagine I am missing something, so looking for help/suggestions.