Author Topic: Weird mane problem. -Presets- Solved.  (Read 1619 times)

Offline flower-child

  • Curious Wanderer
  • *
  • Posts: 11
  • Floof-O-Meter: 0
    • View Profile
Weird mane problem. -Presets- Solved.
« on: February 08, 2014, 02:32:14 am »
Whenever I add a mane to my preset that I've made, the mane tends to look kinda 'blocky' in a way. Like it has flat edges ans such. I've tried a different coding that fixed a transparent problem, but it just changed it to be kinda blocky. Here's the code.

material preset_11_maneMat
{
        technique
        {
                pass
                {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
                        {
                                texture preset_11mane.png
                        }
                }
        }
}

« Last Edit: February 08, 2014, 03:33:34 am by Ghost »

And IiiiIiii will always loVE YOOOUU"

AlphaEclipse

  • Guest
Re: Weird mane problem. -Presets
« Reply #1 on: February 08, 2014, 02:48:43 am »
The coding it's self is fine, but I don't think your lockin the alpha channel, AKA, locking transparency.

When you color in the mane, make sure you lock the transparency!

There's a tutorial in here:

Click Me!

Offline flower-child

  • Curious Wanderer
  • *
  • Posts: 11
  • Floof-O-Meter: 0
    • View Profile
Re: Weird mane problem. -Presets
« Reply #2 on: February 08, 2014, 03:20:57 am »
Oh goodness thank you! xD I thought it was something to deal with the colouring and such.. didn't know it was a transparency problem.. Finally got all my mane problems fixed..

And IiiiIiii will always loVE YOOOUU"

AlphaEclipse

  • Guest
Re: Weird mane problem. -Presets
« Reply #3 on: February 08, 2014, 03:50:04 am »
Oh goodness thank you! xD I thought it was something to deal with the colouring and such.. didn't know it was a transparency problem.. Finally got all my mane problems fixed..

No problem! I'm glad I could help. :)
Good luck with your preset!