Hi
I find the source code of the soft shadow made by Peter Scheutz! If Peter Scheutz can share is source code it will be great.
THX
I don't have the code but I do know what he did. Basically he used the second set of UV coordinates and applied the shadow with those UVs, adjusting the second set of UVs every frame according to a mapping plane facing the camera. It's a clever approach and makes a cool demo but is mostly useless in a full game for a couple reasons, such as you can only do one shadow.
Hi Audrain
No source, but it's not too difficult to do.
Check out:
http://www.blitzbasic.com/bbs/posts.php?topic=14497for a description.