Hi Fred, 

Just saw your 
commit 608520d932bbe81a5916d50dadeef364e1d82140
of yesterday concerning iconizing so decide to do 
some more tests...

The good news ;=)) Suddenly I have shadows ;=)))))))

What changed? 

Well since I still get a black screen after iconizing, 
I dropped in some debug output in 
src/Viewer/CameraGroup.cxx, around line 220, code like - 

static double last_w = -1.0;
static double last_h = -1.0;
void CameraInfo::resize(double w, double h)
{
    if ((last_w != w)&&(last_h != h)) {
        printf("Resize from %f,%f to %f,%f\n",
           last_w, last_h,
           w, h );
        last_w = w;
        last_h = h;
     }
     if (w -- 1.0 && h == 1.0)
        return;
     etc
and re-compiled. Just to see what value it was when 
I iconized...

I always add -
 --prop:/sim/rendering/rembrandt/enabled=true
to the command line, but this time I decided to also try 
the new view -> rendering options -> Rembrandt Options 
and noted [ ] Shadows was NOT checked. How come?

So I checked it and ALL the shadows appeared...

No more little squares in the corner, but the lower 
left now has 
[<][>] [GA007]

Of course the GA007 is my call sign, but what are 
the greater than and less than signs?

NOW, every time I start fgfs only with the above 
--prop command the shadows are there, and [x] 
Shadows is checked...

I hope someone can explain this??? Is this something 
saved in .fgfs or somewhere???

BUT NOW I HAVE SHADOWS ;=))))))))))))))))))))))

I still get the black on iconizing, but never see 
my above debug output... resizing does NOT seem to 
pass through here???

Still get the lime green haze at certain angles -
http://geoffair.org/tmp/rembrandt-green3.png 
http://geoffair.org/tmp/rembrandt-green4.png 

BUT PERFECT SHADOWS GALORE ;=))
http://geoffair.org/tmp/rembrandt-shadows.png 

As stated I hope someone can explain what just 
happened. I know it is nothing to do with a 
mistake in the --prop command since that is 
done in a batch file unchanged since 2012/06/08, 
run-rem.bat...

Must be off for tonight, but happy I TOO have 
shadows ;=)))) My ATI HD 7770 Win 7 can be added 
to the 'success' list...

Regards,
Geoff.



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to