Author Topic: Transparency problems with preset manes? SOLVED  (Read 1297 times)

Offline Acetaminophen

  • Familiar Grounds Dweller
  • **
  • Posts: 72
  • Floof-O-Meter: 1
    • View Profile
Transparency problems with preset manes? SOLVED
« on: March 24, 2013, 12:28:32 am »
I've tried looking for a coding solution on the forums, because (at least from the pictures) it appears that the preset greats have fixed the issue. When I load a preset with a mane and turn the character around on the stand, it's possible to see the outline of the body mesh through the mane, whereas I can't sans preset. Not transparent like a ghost, persay, more like the meshes are glitching.

Does anyone know a bit of code or something to correct the problem, or does this happen to everyone regardless? I'm not sure how to make a video or I'd post one demonstrating it.

Thanks!
« Last Edit: April 02, 2013, 12:42:41 am by Acetaminophen »
When the whole world is running towards a cliff, he who is running in the opposite direction appears to have lost his mind. - C. S. Lewis

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Transparency problems with preset manes?
« Reply #1 on: March 24, 2013, 12:46:00 am »
Try looking here.
There is a preset mane fix code as the first thing there, it might help ya. c:

Offline Logical

  • Dedicated Supporter
  • ***
  • Posts: 350
  • Country: 00
  • Floof-O-Meter: 18
  • Floofy Logi says hi.:3
    • View Profile
    • My dA~Logical Loves da watcher floofs~
Re: Transparency problems with preset manes?
« Reply #2 on: March 26, 2013, 05:37:02 pm »
Code: [Select]
material preset_#_maneMat
{
        technique
        {
                pass
                {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
                        {
                                texture preset_#mane.png
                        }
                }
        }
}
Copy that, then select your mane part of the code, and paste it over it.
Then edit the # so they are the actual number if your preset.

Offline Acetaminophen

  • Familiar Grounds Dweller
  • **
  • Posts: 72
  • Floof-O-Meter: 1
    • View Profile
Re: Transparency problems with preset manes?
« Reply #3 on: April 01, 2013, 04:38:52 am »
Thanks to you both, these are great!

Haven't been able to get on for a couple days, sorry for the late reply.
When the whole world is running towards a cliff, he who is running in the opposite direction appears to have lost his mind. - C. S. Lewis