Search found 4 matches

by wintermute
Tue Jun 26, 2018 12:12 pm
Forum: General Discussion
Topic: Overlap shadow effect sprites
Replies: 5
Views: 7309

Re: Overlap shadow effect sprites

I just did ;)
Thank you again.
by wintermute
Thu Jun 21, 2018 3:44 pm
Forum: General Discussion
Topic: Overlap shadow effect sprites
Replies: 5
Views: 7309

Re: Overlap shadow effect sprites

Thank you kindly for the post.
I followed through and got the effect working.
by wintermute
Thu Jun 21, 2018 1:53 pm
Forum: Amplify Shader Editor
Topic: Sprite Outline thickness (noob question)
Replies: 1
Views: 2579

Sprite Outline thickness (noob question)

Hi everybody!

I googled before asking here, and I tried to replicated the following answer:
fixed4 pixelUp = tex2D(_MainTex, IN.texcoord + fixed2(0, _MainTex_TexelSize.y));
fixed4 pixelDown = tex2D(_MainTex, IN.texcoord - fixed2(0, _MainTex_TexelSize.y));
fixed4 pixelRight = tex2D(_MainTex, IN ...
by wintermute
Thu May 24, 2018 1:17 pm
Forum: General Discussion
Topic: Overlap shadow effect sprites
Replies: 5
Views: 7309

Overlap shadow effect sprites

Hi!
The idea is that two sprites affect the color of what ever there is behind them but the effect doesn't add up when this two sprites overlap.
Much better explained with an image.
https://i.imgur.com/xbEdJa4.png

I tried using 'grab screen color' but didn't work. I read using a stencil could ...