code Paste Code Here /code
That's what I was thinking it could be. I'm actually confident that's what they're describing. I guess when they post the code and textures, we'll be able to see if that's the issue. Maybe if the whole mane is disappearing, it could be a part of their scroll texture that's at fault (if there was some transparency to the scroll texture).Usually it has to do with the way the design is if it goes totally black and then reappears. It don't think it's a coding issue at all but rather a design flaw.
Could you post your code? I can take a look at it. And, if you think you'd want to, you can send me the actual textures of the mane and the code to try to fix the issues.
Post your code using this:Code: [Select]material preset_7_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_7mane.png
scroll_anim -1.0 -1.0
}
}
}
}
There you go and for the others, the mane do not become black, it's just become transparent,invisible for a sec then it come back
I'm not seeing anything wrong with the code so far. I'm thinking it may have something to do with the texture. Especially if pieces of the texture are transparent. Mind uploading the mane texture to Imgur and posting it? I'll be able to test it then in Preset Maker to see the problem