Author Topic: Preset Mane  (Read 736 times)

Galaxyshadow

  • Guest
Preset Mane
« on: February 03, 2016, 04:08:29 pm »
If this is in the wrong section please move it if needed...

So I've been trying to make the mane on my preset and every time I make it if you look at it head on you can see the back of the mane through the front... How do  I fix this?

Offline Bawfle

  • Courage is not the absence of fear but rather the judgement that something is more important than fear.
  • Elder Grey Pelt
  • ****
  • Posts: 3,147
  • Country: gb
  • Floof-O-Meter: 344
  • The Zambisi Pride
    • View Profile
Re: Preset Mane
« Reply #1 on: February 03, 2016, 04:19:09 pm »
Try this code below:

Code: [Select]
material preset_#_maneMat
{
        technique
        {
                pass
                {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
                        {
                                texture preset_#mane.png
                        }
                }
        }
}

Replace the current mane code in your material and replace it with the one above.
This should fix the issue!


Pixel Doll Commissioned and Coloured by RingoKioko
Inactive // Retired // Gone

Galaxyshadow

  • Guest
Re: Preset Mane
« Reply #2 on: February 03, 2016, 04:59:51 pm »
Alright I'll have to try it later