Author Topic: Preset Hair Thing  (Read 1052 times)

Offline NingyoDanna

  • Curious Wanderer
  • *
  • Posts: 10
  • Country: 00
  • Floof-O-Meter: 1
    • View Profile
Preset Hair Thing
« on: February 26, 2013, 02:07:15 am »
I could've swore I'd seen a fix for this before, but I've made this preset and the mane is all see through and annoying, so yeah, does anyone have the code to fix that?

Offline LordSuragaha

  • The Karen Slayer
  • Immortal Legend
  • *****
  • Posts: 11,027
  • Country: 00
  • Floof-O-Meter: 1052
    • View Profile
Re: Preset Hair Thing
« Reply #1 on: February 26, 2013, 02:11:03 am »
For the mane part of your preset's material file coding replace the coding with this coding instead:

Code: [Select]
material preset_5_maneMat
{
        technique
        {
                pass
                {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
                        {
                                texture preset_5mane.png
                        }
                }
        }
}

Just make sure you change the preset number to whatever your preset's number is :)
Hope that helps good luck :3