So I've done the coding right? and I did this:
material preset_10_bodyMatL
{
technique
{
pass
{
ambient 0.5 0.5 0.5
texture_unit
{
texture preset_10bodyl.png
}
}
pass
{
emissive 1.0 0.0 0.0
scene_blend alpha_blend
texture_unit
{
texture GloeMark.png
}
}
}
}
material preset_10_bodyMatR
{
technique
{
pass
{
ambient 0.5 0.5 0.5
texture_unit
{
texture preset_10bodyr.png
}
}
pass
{
emissive 1.0 0.0 0.0
scene_blend alpha_blend
texture_unit
{
texture GloeMark.png
}
}
}
}
but in the preset 10 files like I have everything, but I've saved the body as: preset_10bodyl.png / preset_10bodyr.png <--- kept crashing so I tried preset_10bodyl / preset_10bodyr but I only see the glow marking
please help