Multiple transparency

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
nespa
Posts: 167
Joined: Wed Feb 24, 2010 12:02 pm

Re: Multiple transparency

Post by nespa »

good job! :)
Auradrummer
Posts: 260
Joined: Thu Apr 17, 2008 1:38 pm
Location: Brasopolis - Brazil

Re: Multiple transparency

Post by Auradrummer »

But now I'm with another problem.

The internal dome is flickering as the camera moves. When I'm getting far the internal dome disappears and appears again, is unstable.
What can be?

Thanks again!
Professional Software Developer and Amateur Game Designer ;-)
nespa
Posts: 167
Joined: Wed Feb 24, 2010 12:02 pm

Re: Multiple transparency

Post by nespa »

the 2 domes are a single scene node or each of them represent a scene node?
-i think, they must be 2 separate scene nodes and, as a trick, their centers must have a little offset;
about far clipping , set camera range for far clipping plane to a bigger value;
Post Reply