I’ve been doing a simple HUD with some windows and text elements. Stroke effects work as expected, and thickness can be changed from its default of 1. I’ve set stroke effects on the bottom right text. However, setting shadow offset with:
SetEffectShadowOffset (const IntVector2 &offset)
doesn’t seem to work. The shadow only disappears. Here is the default (which is Vector2(1,1) which I’ve applied to the (crude) fps counter in the top left.
It’s alright for the default, but when any offset value is set it is gone. I’ve tried 1.1, .99, even PIXEL_SIZE but nothing seems to work.
I can use stroke effects only I guess, but I was hoping to use drop shadows with variable offset. Anyone run into the same issue?