Jim Wilson writes:

 > CVS as of last night.

SimGear CVS as well?

 > Yes.  It looks like a big huge medium or dark grey polygon
 > z-fighting with the terrain at 0 elev.  Sounds odd...but I guess it
 > must be drawing something.

Here's the code from simgear/sky/cloud.cxx:

  void SGCloudLayer::draw() {
      if (layer_type != SG_CLOUD_CLEAR)
        ssgCullAndDraw( layer_root );
  }

If you have a chance, I'd be grateful if you could set a breakpoint on
this method in gdb and see what's happening on your system.


All the best,


David

-- 
David Megginson, [EMAIL PROTECTED], http://www.megginson.com/

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to