It is quite easy to assign a MATERIAL effect via C++

MATERIAL* cm = mtl_create();
effect_load(cm, "Specular.fx");

My question is: Does Gamestudio support all the *.fx files one can create with specific shader tools like NVIDIAs FX Composer?

Last edited by MB; 06/28/08 11:49.