Well, it works: on the left side without FFP material applied, on the right with the FFP material.



But I am not able to clip the warlock model behind the dummy mesh..

Here is the FFP I'm using, it just implements the flags which are mentioned by that guy from WME:

Code:
material orangeBrat
{
effect = "technique orangeBrat
{
pass p0
{
SrcBlend = Zero;
DestBlend = One;
AlphaBlendEnable = true;
}
};";
}



Just apply the material to every dummy mesh. I will see if I can clip the overlapped parts of the warlock model.

Cheers!

Last edited by HeelX; 07/17/07 10:11.