2 Attachment(s)
[HWA] Pixel shaders Complex-softwares package
In this package there is 42 pixel shaders. More will come.
To install, extract the archive directly in your "Effects" folder of your MMF2 installation.
You can use all the pixel shaders in it as you want for free (but if you use one or more pixel shader code of this package to make another one, please, credit me a bit ;) )
Enjoy ! :)
Re: [HWA] Pixel shaders Complex-softwares package
Re: [HWA] Pixel shaders Complex-softwares package
It's sad that i don't have a pixel shader 2 supported graphics card.
Re: [HWA] Pixel shaders Complex-softwares package
Re: [HWA] Pixel shaders Complex-softwares package
Very nice and really appreciated contribution Sphax!!
Re: [HWA] Pixel shaders Complex-softwares package
Wow, thank you so much Sphax. :)
When I looked into the code of some of your effects, I just wondered about the time you must have spent with this.
Well, as said above:
Great. Thanks!
You made MMF go one step further in displaying graphics!
Re: [HWA] Pixel shaders Complex-softwares package
OMG.. this is power! Much appreciated, Sphax!
edit: Do you think there will be some way to detect if the application is running with capabilities to perform these effects?
Like "If cant' perform DX9, do..." or "If can't perform pixel shaders 2.0, do.."
Re: [HWA] Pixel shaders Complex-softwares package
Clickteam should be able to add an expression to mmfhwa that returns the direct3d version, as it automaticly switches to d3d 8 display mode when 9 isn't installed, i think.
Re: [HWA] Pixel shaders Complex-softwares package
Yes that could be a nice idea. :)
If you have more ideas, do not hesitate to post them here, I'll maybe create a pixel shader. ;)
Re: [HWA] Pixel shaders Complex-softwares package
What about a cel-shading effect? :)
A simple one, just one param.
Color = Color / Param * Param
or so, that's all.