Sharing the effect
- by Mohammad Ahmed
my problem is :
If I load 2 models ( the same model zombie ) and give them the same effect I got the following error :
for(int i =0 ; i<2 ; i++)
{
dwarfModel[i].model = Content.Load<Model>("Models//dwarf//dwarfmodel");
dwarfModel[i].effect = Content.Load<Effect>("Models//dwarf//skinFX");
…