![](http://i50.tinypic.com/dxzd6u.jpg)
See how the shadows merge into the same greyish blob? That's what I'd like to do.
ID:132652
![]() Jan 18 2010, 5:56 am
|
|
I'm not sure what you'd call it how how you would implement it, but it would be nice if there was a way to make colors with the same alpha merge without darkening. Here's an example of what I'm talking about.
![]() See how the shadows merge into the same greyish blob? That's what I'd like to do. |
I didn't mean cast 3d shadows using 2d sprites, I just meant merge 2d shadow sprites. I'll try to give a better example.
![]() |
Basically a way to have it so that your character's shadow doesn't show up when your character is in the shadows, and that sort of thing. Without having to actually remove the shadow.
|
Yup, that's pretty much it in a nutshell.
Right now it's kinda possible to do by manually adding and removing shadows or just creating custom shadow sets for the map. It's really tedious though and there's no practical way to have shadows meld into each other when the player steps into a shaded area. |
SuperAntx wrote:
Right now it's kinda possible to do by manually adding and removing shadows... That seems like it would leave off relevant shadows in the non-overlapping areas. ie: if you removed that guys shadow in the WoW screen shot, just because it was overlapping, like 90% of his shadow would be missing. ...or just creating custom shadow sets for the map. It's really tedious though and there's no practical way to have shadows meld into each other when the player steps into a shaded area. Though it would be CPU intensive, you could use Blend() and SwapColor() to dynamically create the necessary icons during run time. EDIT: But that may not look very good during the transition between tiles... |
Lummox JR