Author Topic: Mane Preset  (Read 1667 times)

Offline ninja.

  • Forum Newcomer
  • *
  • Posts: 2
  • Floof-O-Meter: 0
    • View Profile
Mane Preset
« on: July 11, 2014, 02:29:39 am »
Hey c:

I have a question about the making of the mane presets

Well whenever I go to make a preset for a mane when the character is facing towards me the mane looks almost transparent on the inside and I dont understand why.
I saw a tutorial on this site itself about it but even when i did what it told me it's still not quite working and I don't understand why it won't work, if anyone could please help or explain what i'm doing wrong or how i could fix it i'd greatly appreciate it

Thank you ~

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Mane Preset
« Reply #1 on: July 11, 2014, 02:39:03 am »
The default coding for manes is incorrect and will cause this appearance.
This code
Code: [Select]
material preset_#_maneMat
{
        technique
        {
                pass
                {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
                        {
                                texture preset_#mane.png
                        }
                }
        }
}
should fix it. c:

Offline ninja.

  • Forum Newcomer
  • *
  • Posts: 2
  • Floof-O-Meter: 0
    • View Profile
Re: Mane Preset
« Reply #2 on: July 11, 2014, 03:06:21 am »
QuQ Thank you  ^u^

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Mane Preset
« Reply #3 on: July 11, 2014, 03:23:20 am »
No worries!
Glad it helped. c: