Author Topic: Is there a way?  (Read 1142 times)

Offline bluesnow26

  • Experienced Traveler
  • **
  • Posts: 224
  • Country: us
  • Floof-O-Meter: 6
  • I don't settle for second. Finish the puzzle.
    • TheShadowCherry
    • bluesnow261
    • @bluesnow2610
    • View Profile
    • My DeviantART~
Is there a way?
« on: March 13, 2013, 12:44:24 am »
Is there a way to make wings transparent?
I'm making a ghost preset and I want her to have wings, but transparent.
Is there a way? o3o

Offline Kafei

  • Curious Wanderer
  • *
  • Posts: 29
  • Country: us
  • Floof-O-Meter: 0
  • ?????? ?? ??? ????
    • View Profile
Re: Is there a way?
« Reply #1 on: March 13, 2013, 01:03:54 am »
Color the wings with 0% opacity, I guess, maybe? XD ~030~

Offline ringoluver

  • Delay's Nop.
  • Community Champion
  • ****
  • Posts: 2,361
  • Country: us
  • Floof-O-Meter: 227
    • ringoluver
    • lavenderdaze
    • View Profile


Signature Art by Bawfle, Icon Art by Edolicious

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Is there a way?
« Reply #3 on: March 13, 2013, 12:45:48 pm »
I just want to add in here, that the code for transparency consists of only 1 line,
alpha_rejection greater_equal 128
and it gets placed above texture_unit.
The code linked to has extra stuff, like emissive, diffuse, ambient, etc.
Code: [Select]
material preset_#_equipMatL
{
technique
{
pass
{
alpha_rejection greater_equal 128
texture_unit
{
texture preset_#equip.jpg
}
}
}
}
material preset_#_equipMatR
{
technique
{
pass
{
alpha_rejection greater_equal 128
texture_unit
{
texture preset_#equip.jpg
}
}
}
}
^ This is all that is necessary, but the code linked will also work, it will just add extra effects, so you may need to add the emissive/ambient/etc to the rest of the preset for all of it to look the same.

Offline bluesnow26

  • Experienced Traveler
  • **
  • Posts: 224
  • Country: us
  • Floof-O-Meter: 6
  • I don't settle for second. Finish the puzzle.
    • TheShadowCherry
    • bluesnow261
    • @bluesnow2610
    • View Profile
    • My DeviantART~
Re: Is there a way?
« Reply #4 on: March 13, 2013, 09:50:43 pm »
:OOOOO
THANKS A TON -DidntTryItOutYetButThinkItWill-
+Floof ^3^