|
From: Jim E. <jed...@al...> - 2002-12-17 21:50:15
|
Thanks very much for the fix. It looks like this can be traced back to the
merge of the NCAR Stereo code. Is anyone out there using the stereo version
who can test with the code uncommented?
Jim
Cati i Victor writes:
> Hi, referring to the REVERSE problem in vis5d+, I just followed this
> instructions:
>
> All the best,
>
> Victor.
>
>
>
> From: Vince Weaver <vince@de...> VIS5D_REVERSE does not make background
> white 2002-01-16 13:34 Hello,
> it seems that the code in api.c [around line ~6197] that makes the
> background white when "REVERSE" is pressed is commented out. Is there a
> reason for this?
> When printing hard-copies of plots it looks
> better when the background is white. The releveant code is
> /*
> #ifndef NCAR_STEREO
> #ifndef CAVE
> if (dtx->Reversed){
> clear_color( PACK_COLOR(255,255,255,255)
> );
> }
> else{
> clear_color( dtx->BgColor );
> }
> clear_3d_window();
> #endif
> #endif
> */
> Thanks,
> Vince
> --
> ____________
> \ /\ /\ / Vince Weaver Linux
> 2.4.17-rc1 on a K6-2+, Up 31 days
> \/__\/__\/ vince@de...
> http://www.deater.net/weave
>
> -------------------------------------------------------------------------
> Just uncomment thoses lines as it is suggested and it will worked.
>
> -- Yannick Ponty Observatoire de la Cote d'Azur - Nice Laboratoire Cassini
> - CNRS UMR 6529 B. P. 4229 06304 Nice Cedex 4 France tel: 33 (0) 4 92 00
> 30 57 fax: 33 (0) 4 92 00 31 21 e-mail: po...@ob... web page:
> http://www.obs-nice.fr/ponty ---------------------------------
>
>
|