Hello folks, I have a problem with Xith3D.
I want to create a node whose children shoud be permanently in foreground in the scene.
Meaning, no matter how close to the camera I move any other Object in the scene
it will never clip my foreground-node.
I already tried the Foreground class node from Xith3d, however it seems that it does nothing
but moving the attached geometry to position (0,0,0).
However, first this makes it necessary to change my front clipping plane distance to 0 and second
if any of the “background nodes” come close to the camera they still cover my “foreground node”
or parts of it.
Is there any way to ensure that my foreground is really always foreground no matter how close any other
objects are to the camera?
Thanks in advance