Hello floofs!
Here I have an issue with a requested preset..
I need to give the preset's a scrolling mane, wich isn't much of a problem.
But I want the tip of the mane to be transparent (A normal mane, just like the default ones).
But.. It doesn't want to be the way I want.
(http://i.imgur.com/rDkIFGB.gif)
The tips are basically squares etc.
Here is my current code:
material preset_2_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_2scroll.png
scroll_anim 1.0 1.0
}
}
}
I have a transparent texture (preset_2mane)
And the scrolling texture (preset_2scroll)
Help would be greatly appreciated.
Regards,
Softie.