A downloadable asset pack

Buy Now$2.00 USD or more

Outline Glow and Glow Worms effects for Construct 3.

Art Credit

StatusReleased
CategoryAssets
Rating
Rated 5.0 out of 5 stars
(2 total ratings)
Authorkindeyegames

Purchase

Buy Now$2.00 USD or more

In order to download this asset pack you must purchase it at or above the minimum price of $2 USD. You will get access to the following files:

OutlineGlow-1-0-0.c3addon 3 kB
GlowLogo.c3p 223 kB
GlowWorms-1-3-0.c3addon 6 kB

Development log

Comments

Log in with itch.io to leave a comment.

(+1)

Hi, scirra relase new graphics engine in c# called WebGPU, its possible to update your plugin?

I and others are working on automating the porting process, once that is done, I’ll start conversion for my effects.

these are great thanks! Will you be updating them to WebGPU? 

hi, i use Your outline effect in 3D game, this working with Billboard sprite, but effect looks like this,  when background is dont visible or dont exist. You can fix this?

I will take a look at it and see if I can update it, this effect was done before the 3DShape was available, so there might be some limitations due to how 3DShape effects are rendered. This looks like the Fallout 2 remake, which is a great project!

Deleted 1 year ago

Can you please send me a simple project with this issue? I tried it myself in a simple project using billboard and transparent background and it looked ok, so I imagine that there is something different between our projects that I need to take a look at.

Thank you. Your outline effect is best, works well also when i preview game in small window. (Rojohound outline effect have glitches in small window)


check this file: https://www.dropbox.com/s/vay2llgwp1scbnh/3doutline.c3p?dl=0

i think you should take look at layers

Thanks for the example, this is an interesting and complicated problem based on the C3 3D render and how they have attempted to handle transparency for 3D rendering. It will take some thinking, I don't think it is possible to fix in the shader itself, but there might be a workaround.

Tech details below, with a trace of the C3 rendering.

Some more 3D transparency 'fun', when rendering effects like outline, the first render to an intermediate buffer writes to the depth buffer, but since the outline is not enabled yet, the area of the outline does not write to the z buffer. Later when the effect is rendered into the frame buffer the outline is applied, but the z values from the intermediate render are not set in the outline region (they are 1, max distance). Later when the far background is rendered, even though it should be behind the zombie (and the outline) with a lower z, it renders 'over' the outline at the bottom, because the 'z' is not set for the outline. The outline for around the zombie against the wall works, because the wall is rendered first before the zombie and sets z values, so when the background is rendered later it does not write over the pixels. Whew, hmmm how to fix.


Ah, I think it not an issue of them not getting rendered, it is the issue of the depth value behind the effect outline pixel being 1, so the fog effect goes to the maximum value and the red outline is mixed to the full fog color. I posted this to the C3 forum also, perhaps Scirra devs have an idea about how to handle this.

(+1)

Just bought and it’s a great addon for c3.

great stuff.

Thanks, always interested to see it in use!

(+1)

Awesome, gonna pick this up when I have some time to experiment with it!

I hope you have fun experimenting.

(+1)

Another great effect!! Thanks a lot!

Thank you.