Hello,
So, okay as the title says I have kind of a preset problem. I was just wandering if my coding was wrong because in the game my character's head is darker than it should be, all the colours are right and all, it is a glowing kind of preset (the tongue is the part thats glowing on the head)/ It looks more brown than grey.
Pictures:


Code:
material preset_4_headMatL
{
technique
{
pass
{
ambient 0.5 0.5 0.5
texture_unit
{
texture preset_4head.png
}
}
pass
{
emissive 0.0 0.0 1.0
scene_blend alpha_blend
texture_unit
{
texture glowmarkings2.png
}
}
}
}
material preset_4_headMatR
{
technique
{
pass
{
ambient 0.5 0.5 0.5
texture_unit
{
texture preset_4head.png
}
}
pass
{
emissive 0.0 0.0 1.0
scene_blend alpha_blend
texture_unit
{
texture glowmarkings2.png
}
}
}
}
The Second Part is that the mane looks strange.
Pictures:
What it should be like:

What it is like:

(If you can tell it doesn't look fluffy / it looks hollow)
Code:
material preset_4_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_4mane.png
}
}
}
}
That's it (well for now anyway)
Thanks for your help,
Antidote