In the WED tutorial on Light & Shadow-part III, there is a step to add fire. The instruction says to add model called 'Flame.mdl'. But i could not find a model in this name. There is a model called 'Torch.mdl'. But this does not produce any flame when compiled. Please help. I am using GS version 6.50 and WED version 6.751
Re: Light & shadow tutorial problem
[Re: sgv3dmax]
#137186 06/20/0703:4806/20/0703:48
The "flame.mdl" you're looking for I believe is really called "feuer.mdl".
Also, model files can't contain special effects. You have to either program them yourself or use a special effects tool (such as Easy Particles or SMEE).
Code:
void main()
{
cout << "I am MrCode,";
cout << "hear me roar!";
system("PAUSE");
}
Re: Light & shadow tutorial problem
[Re: MrCode]
#137187 06/20/0703:5606/20/0703:56