Page 1 of 1

Nice FX skin shader

Posted: Fri Dec 12, 2008 4:04 pm
by Def5
I found a very good FX skin shader on this site:
http://www.jistyles.com/main.php?id=doc&page=hlsl

Posted: Fri Dec 12, 2008 8:12 pm
by FuzzYspo0N
wow, very cool shaders i must say. one of the better skin shaders iv seen

Posted: Fri Dec 12, 2008 9:59 pm
by psychophoniac
wow, looks good.
i'm impressed by the close shot images, they look pretty good.

Posted: Fri Dec 12, 2008 10:12 pm
by Def5
I´m dissapointed it wasn´t written in GLSL. :(

Posted: Sat Dec 13, 2008 6:30 pm
by Mel
Nice shaders... interesting... Hey, according to what i've seen, from HLSL to GLSL there is not much difference. I couldn't write a shader in GLSL, but if you understand what is being done in each moment, it should not be hard to make one on your own which made the same.

Posted: Sat Dec 13, 2008 10:07 pm
by Def5
I am not very familiar with shaders (either GLSL or HLSL). Syntax of shaders is pretty confused to me so I don´t have any interest in writing shaders but about this shader I am very interested so I will try to convert it to GLSL code and provide Irrlicht example application using this shader.

Posted: Sat Dec 13, 2008 10:59 pm
by fmx
you might have an easier time converting to CG, its got a similar syntax to HLSL.

IMO, Irrlicht should maybe be able to support CG natively in the future too, considering how much potential CG has to so simplify shader support when dealing with both OGL and DX drivers.
(Nadro's project is good too, but to make it available by default might be handy).

Its a great skin-shader BTW, thanks for the link :)