Page 1 of 1

How to make a Grid viewable from both sides. [Solved]

Posted: Sun Aug 07, 2011 11:58 pm
by Cerfon Rournes
Alright, I edited a grid primaitive, textured, and exported. However, It can only be seen from one side. If you try to see It from the other side, It turns invisible...
How would I fix this? I did search for an answer.
Thanks for the help!

Re: How to make a Grid viewable from both sides.

Posted: Mon Aug 08, 2011 12:29 am
by AceMastermind
You need to flag it for double sided transparency in the msh file:
[color=#FF8040]Inside Edit Flags[/color] wrote:Transparency ... options are found 5th place over from ATRB (after "B")
  • Hex/Name
    ...
    08 = Double sided transparency
    ...
    ...

Re: How to make a Grid viewable from both sides.

Posted: Mon Aug 08, 2011 12:53 am
by Cerfon Rournes
AceMastermind wrote:You need to flag it for double sided transparency in the msh file:
[color=#FF8040]Inside Edit Flags[/color] wrote:Transparency ... options are found 5th place over from ATRB (after "B")
  • Hex/Name
    ...
    08 = Double sided transparency
    ...
    ...
But, If I do that, won't It be transparent on both sides? I want it (Non-transparent) On both sides.

Re: How to make a Grid viewable from both sides.

Posted: Mon Aug 08, 2011 1:06 am
by THEWULFMAN
Cerfon Rournes wrote:But, If I do that, won't It be transparent on both sides? I want it (Non-transparent) On both sides.
Listen to the expert(acemastermind, not me). Just test it out, you will see that the end result is what you want.

Re: How to make a Grid viewable from both sides.

Posted: Mon Aug 08, 2011 4:17 am
by DarthD.U.C.K.
if you give something doublesided tranparency it has to be rendered from both sides and that is what you want.
you should give it hardedged doublesided tranaparency (18) so that you dont get any of the displaybugy when seeing something transparent in front of them.

Re: How to make a Grid viewable from both sides.

Posted: Mon Aug 08, 2011 10:34 am
by Cerfon Rournes
Thanks Ace, It worked. :)
@Darth D.U.C.K: Thanks for the tip!

Re: How to make a Grid viewable from both sides.

Posted: Mon Aug 08, 2011 11:26 pm
by AceMastermind
Cerfon Rournes wrote:But, If I do that, won't It be transparent on both sides? I want it (Non-transparent) On both sides.
The alpha channel in your image is what drives the transparency. The double sided flag in the msh disables backface culling and allows transparency to work, but an alpha channel is optional. You don't need any transparency for the double sided flag to work; even if you have no alpha channel in the image your polygons will still be double sided(rendered on both sides) if this is enabled in the msh.
DarthD.U.C.K. wrote:...
you should give it hardedged doublesided tranaparency (18) so that you dont get any of the displaybugy when seeing something transparent in front of them.
If there is no alpha channel in the image assigned to the grid(or it isn't being used) then I don't think it matters which double sided flag is used.

Re: How to make a Grid viewable from both sides.

Posted: Tue Aug 09, 2011 10:52 am
by Cerfon Rournes
Hidden/Spoiler:
[quote="DarthD.U.C.K."]...
you should give it hardedged doublesided tranaparency (18) so that you dont get any of the displaybugy when seeing something transparent in front of them.[/quote]
If there is no alpha channel in the image assigned to the grid(or it isn't being used) then I don't think it matters which double sided flag is used.
Actually, Darth D.U.C.K was right Ace. If you used a lightsaber five feet away from the msh, It looked like the lightsaber was going through It. Thus,
DarthD.U.C.K. wrote:...
you should give it hardedged doublesided tranaparency (18) so that you dont get any of the displaybugy when seeing something transparent in front of them.
And that fixed the buggy problem. :D