YouGroove Posted February 26, 2015 Share Posted February 26, 2015 Hi, I'm just curious, is there any dissolve shader someone used in LE3 ? (It's usefull to desintegrate robots in a appealing visual way) 1 Quote Stop toying and make games Link to comment Share on other sites More sharing options...
Josh Posted February 26, 2015 Share Posted February 26, 2015 Someone did one recently. There's a really cool video of it. 2 Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Thirsty Panther Posted February 26, 2015 Share Posted February 26, 2015 For all things shader related. Who you do you call? 8 Quote Link to comment Share on other sites More sharing options...
shadmar Posted February 26, 2015 Share Posted February 26, 2015 Ghostbusters! skinned: http://www.leadwerks.com/werkspace/index.php?app=core&module=attach§ion=attach&attach_id=6549 not skinned: http://www.leadwerks.com/werkspace/index.php?app=core&module=attach§ion=attach&attach_id=6562 Use SetColor(1,1,1,1-amount) to dissolve. 2 Quote HP Omen - 16GB - i7 - Nvidia GTX 1060 6GB Link to comment Share on other sites More sharing options...
YouGroove Posted February 26, 2015 Author Share Posted February 26, 2015 Thanks shadmar. I can't open links permissions. (Perhaps put it in Workshop ?) Quote Stop toying and make games Link to comment Share on other sites More sharing options...
Olby Posted February 26, 2015 Share Posted February 26, 2015 "Sorry, you don't have permission for that." Quote Intel Core i7 Quad 2.3 Ghz, 8GB RAM, GeForce GT 630M 2GB, Windows 10 (x64) Link to comment Share on other sites More sharing options...
gamecreator Posted February 26, 2015 Share Posted February 26, 2015 you tease 2 Quote Link to comment Share on other sites More sharing options...
shadmar Posted February 26, 2015 Share Posted February 26, 2015 Ah, copy & paste from a PM. Try these: diffuse+normal+dissolve.zip dissolve_animation_shader.zip 4 Quote HP Omen - 16GB - i7 - Nvidia GTX 1060 6GB Link to comment Share on other sites More sharing options...
AnthonyPython Posted February 26, 2015 Share Posted February 26, 2015 cool Ah, copy & paste from a PM. Try these: this is better than having jello ragdolls, and death squats , lol Quote OS: Windows 10 Pro CPU: i3-10100 CPU @ 3.60GHz GPU: NVIDIA 2060 Super - 8 GB RAM: 32 GB Link to comment Share on other sites More sharing options...
YouGroove Posted February 26, 2015 Author Share Posted February 26, 2015 @shadmar : I didn't look ito their code , but it is easy to make same modification to other shaders like diff/emissive/normal/spec ? You should put them on the Workshop, so all people will benefit your great shaders Quote Stop toying and make games Link to comment Share on other sites More sharing options...
shadmar Posted February 26, 2015 Share Posted February 26, 2015 @shadmar : I didn't look ito their code , but it is easy to make same modification to other shaders like diff/emissive/normal/spec ? Yes I'm sure you can do it. You should put them on the Workshop, so all people will benefit your great shaders No, I dont want to have stray shaders in the WS, maybe in a modelshader pack some day later. 1 Quote HP Omen - 16GB - i7 - Nvidia GTX 1060 6GB Link to comment Share on other sites More sharing options...
tjheldna Posted September 22, 2015 Share Posted September 22, 2015 Hey Shadmar, Using the dissolve shader which is really cool. Just wondering how you got the edge glow with dissolve like in the video? Trying to make something look like its burning away. Cheers Quote Link to comment Share on other sites More sharing options...
shadmar Posted September 22, 2015 Share Posted September 22, 2015 Just add this line at the bottom of the shader to burn red. if (NoiseV<InvAlpha+0.025) fragData2 = vec4(1.0,0.0,0.0,specular); 0.025 is the width of the burn, 1.0,0.0,0.0,0.0 is the color. EDIT: it's already in there in the zips above, however after the decal update, materialflags were moved. 1 Quote HP Omen - 16GB - i7 - Nvidia GTX 1060 6GB Link to comment Share on other sites More sharing options...
tjheldna Posted September 22, 2015 Share Posted September 22, 2015 This is such a useful shader! The downloads below the video above say I don't have permission to download, so don't know what's going on with that. No matter I'll add that line in. Had do add in the decal code in to a few scripts now so that's cool. I got it all in fine, Thanks again! Quote Link to comment Share on other sites More sharing options...
Marcousik Posted July 24, 2018 Share Posted July 24, 2018 Hey there, Would be so cool to know if this runs with LE 4.5 ? Download link without animation doesn't fire.. Thx ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.