Page 1 of 1

How to make something Translucent? [Solved]

Posted: Sat Jan 30, 2010 4:10 pm
by sampip
I've just been trying to make part of my object translucent - but with no luck. My texture is translucent, so I figured it's some property the model has for translucency. I have tried a lot of things on XSI 4.2 but with no late success.
My question is: What do I have to do to make something translucent? And if so, can I make different parts of my model translucent without having to make them a seperate collision mesh?
This will probably seem like a stupid question, but I can't find a way myself :?

Re: How to make something Translucent?

Posted: Sat Jan 30, 2010 4:16 pm
by DarthD.U.C.K.
you mean making something look-through-able?
its very easy:
select the model(s) and then the polygons of them you want to give translucency, the click file>pandemictool>editflags and set the transparency to "1" (single sided transparency = polybackside invisible) or "2" (both sides transparent)

Re: How to make something Translucent?

Posted: Sat Jan 30, 2010 4:36 pm
by sampip
Ok thanks for helping, that worked :D. Would it be possible to have part of a poly transparent? Or if you select it does all of it automatically become transparent? Or does that depend on the texture?

Re: How to make something Translucent?

Posted: Sat Jan 30, 2010 5:20 pm
by DarthD.U.C.K.
it depends on the strenght of the alphachannel
if you activate the transparency and have no alphachannel nothing wil be transparent

Re: How to make something Translucent?

Posted: Sat Jan 30, 2010 5:27 pm
by FragMe!
Further to what D.U.C.K. posted, yes setting the transparency flag sets the entire polygon(s) selected to be able to be transparent. If you want only part of a poly to be transparent then it would then depend upon the texture file to give you the desired effect.
You could also subdivide the polygon to get just the bit you want but that results in harsh edges and more polies.

Re: How to make something Translucent?

Posted: Sun Jan 31, 2010 8:57 am
by sampip
So If I made part of the texture translucent and the rest opaque then would the opaque parts show up transparent if I set the polygon to be translucent?

Re: How to make something Translucent?

Posted: Sun Jan 31, 2010 10:00 am
by FragMe!
Nope because that would be taken care of by the alpha channel.

so if you had a square and the letters T and O in it, the T was made transparent in the graphic via the alpha channel and the O was left normal, when you applied that texture to a poly and even though you set the whole poly to transparent via the flags only the T would be see though the O would appear solid.

Re: How to make something Translucent?

Posted: Sat Feb 06, 2010 4:24 pm
by sampip
That's good then :) Thanks for everyones help!
FragMe! wrote:Nope because that would be taken care of by the alpha channel.

so if you had a square and the letters T and O in it, the T was made transparent in the graphic via the alpha channel and the O was left normal, when you applied that texture to a poly and even though you set the whole poly to transparent via the flags only the T would be see though the O would appear solid.
I just want to clarify - If I do this with a texture like a the mustafar platform textures - where some parts of the textures are see-through because it has holes in it, would setting it to be translucent still make the opaque parts show up?

Re: How to make something Translucent?

Posted: Sat Feb 06, 2010 4:26 pm
by DarthD.U.C.K.
yes, editing the msh just enables transparency, it makes absolutely nothing transparent

Re: How to make something Translucent?

Posted: Sat Feb 06, 2010 4:52 pm
by sampip
OK, that's fine - Thanks for your help!