Frederic Bouvier writes: > From: "Curtis L. Olson" <[EMAIL PROTECTED]> > > Frederic Bouvier writes: > > > I don't know how a scene is drawn now but by drawing : > > > > > > 1. the scenery, > > > 2. the lights, > > > 3. the cockpit, > > > 4. the panel. > > > > > > in that order, we should avoid this kind of anomaly. > > > > > > Am I missing something ? > > > > If we draw the outside scenery followed by the 3d model / panel of the > > aircraft we should avoid this problem. > > > Perhaps different far/near clip planes for interior and exterior are fooling > the z-buffer ?
That shouldn't matter if the outside scenery is already drawn. A fooled zbuffer would only affect things that were drawn after the time the z-buffer was fooled. Curt. -- Curtis Olson IVLab / HumanFIRST Program FlightGear Project Twin Cities [EMAIL PROTECTED] [EMAIL PROTECTED] Minnesota http://www.menet.umn.edu/~curt http://www.flightgear.org _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
