I created a very simple material with the default DiffAlpha technique:
<material>
<technique name="Techniques/DiffAlpha.xml" />
</material>
And unfortunately, shadows are not seen on it. If I replace it with ‘Diff.xml’ I get shadows to work, but ofc I don’t get the transparent background that I want.
Is this intentional? How can I get a technique like Diff Alpha but have shadows on it? (note: I’m talking about receiving shadows not casting them).
Thanks!