Be sure all of your coding in the material file match up with the names of the preset files.
Be sure all of your coding in the material file match up with the names of the preset files.
It looks like it does, but im not good with coding-
material preset_3_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_3head.jpg
}
}
}
}
material preset_3_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_3eye.jpg
}
}
}
}
material preset_3_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_3eye.jpg
}
}
}
}
material preset_3_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_3tail.jpg
}
}
}
}
material preset_3_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_3mane.png
}
}
}
}
Also, you're eye files aren't right. But I can't really word it in a simple explanation so my friend whipped up a little labeled picture for you.
(http://i.imgur.com/cvWUwHd.jpg)
Hope this helps in some way! ^^