using Shaders , help is need?

ahmadi

17-05-2008 08:20:58

Hi
I want use some shaders in my oFusion map.
for example :
Refract shader
Water shader (reflect)
Fur
...

I need a tutorial that i learn how can i use shaders in oFusion.
Or any other good starting points.

Thanks.

Evak

17-05-2008 15:03:33

you have to learn to create your own shaders by hand, and set up the materials passes with ofusions material editor. Or buy Ofusion pro and ShaderFX. Ofusion ShaderFX bridge will let you use a node based editor to create shaders and Ofusion spits out Ogre native shaders using most of ogres native auto paramaters.

Your still going to have to learn a little about shaders to get reflection and refraction working. Ofusion does have support for a render to texture unit in your pass, but your going to have to modify your shader to access it.