Two materials below absolutely not working with 7.50, and they work with 7.10 Were there any changes regarding material assigment or something?


MATERIAL* hide1 =
{
effect = "technique orangeBrat
{
pass p0
{
SrcBlend = Zero;
DestBlend = One;
AlphaBlendEnable = true;
}
};";
}

MATERIAL* hide2 =
{
effect =
"technique test
{
pass p0
{
AlphaBlendEnable = True;
SrcBlend = Zero;
DestBlend = One;
zwriteenable = true;
zenable = true;
colorwriteenable=alpha;
colorwriteenable1=alpha;
colorwriteenable2=alpha;
colorwriteenable3=alpha;
}
};";
}


What kills me not, that makes me stronger.

***Working on RPG/RTS***