* Melchior FRANZ -- Tuesday 25 November 2008:
> I'm "blessed" with an ugly white line where the two cameras
> touch, so this was easy for me to verify.

BTW: the following patch fixed the white line for me.
(0.995 and 1.005 weren't enough). Tim has suggested that
my graphics card might only use a 16bit z-buffer (although
the FX5500 has 24bit modes).
 
 
--- a/src/Main/ViewPartitionNode.cxx
+++ b/src/Main/ViewPartitionNode.cxx
@@ -168,2 +168,2 @@ void ViewPartitionNode::makeNewProjMat(Matrixd& oldProj, 
double znear,
-    znear *= 0.999;
-    zfar *= 1.001;
+    znear *= 0.99;
+    zfar *= 1.01;

m.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to