Page 1 of 1

Double transparency+hardeged+double sided texture [Solved]

Posted: Sat Mar 29, 2014 3:06 pm
by Anakin
Hi,

i'm looking for a inside flag that makes this:
1. double sided transparency
2. texture should be displayed on both side of the mesh (I have a plan and need the texture on both side)
3. NO GLOW!!!!
4. should be displayed everytime (no matter what the enviroment lights are)


So i tryed 1B and 0A but both have glow. Maybe someone of you can tell me what i did wrong.

I used this post: http://www.gametoast.com/viewtopic.php?p=424522#p424522

I thought 1st value: 1 for hardeged and 2nd value for double trans. But why is it glowing??

Re: double sided transparency + hardeged + double sided text

Posted: Sat Mar 29, 2014 3:16 pm
by Nedarb7
Try this post. Its what I always use:
viewtopic.php?p=480836#p480836

Re: double sided transparency + hardeged + double sided text

Posted: Sat Mar 29, 2014 4:37 pm
by Marth8880
Pretty sure you just need to use hex value 18.

Re: double sided transparency + hardeged + double sided text

Posted: Sat Mar 29, 2014 6:13 pm
by Locutus
If you have trouble with 18 because of glow when two of those objects are behind each other (like I had with serejas polar express train doors) try 19.

Re: double sided transparency + hardeged + double sided text

Posted: Sat Mar 29, 2014 6:14 pm
by Anakin
Wow that's a nice list. I'll try 18 tomorrow

What means emissive and what's the different to glow??

Re: double sided transparency + hardeged + double sided text

Posted: Sat Mar 29, 2014 7:00 pm
by THEWULFMAN
Glow just glows on its own.

Emisive only glows when other transparent objects are in front of it.

As an example.
Hidden/Spoiler:
Image
And more info here. http://www.gametoast.com/viewtopic.php?f=36&t=27355

Re: double sided transparency + hardeged + double sided text

Posted: Sun Mar 30, 2014 6:19 am
by Anakin
19 is working.

Thank you for your help