kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #14222
Re: [PATCH] Anti-aliasing for the 3D-Viewer
Uhm.. anyway..
I found that my graphic card (and most of decent graphic card drivers I guess) can override the application preferences forcing it to whatever AA.
I found also that with my graphic card with the AA in max settings the board textures will be rendered in black.. so we have some issue here.:/
MRL
________________________________________
From: Martin Janitschke [imp@xxxxxxxxxxxxxxx]
Sent: 04 August 2014 23:04
To: Mário Luzeiro; kicad-developers@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Kicad-developers] [PATCH] Anti-aliasing for the 3D-Viewer
On 04.08.2014 22:45, Mário Luzeiro wrote:
> imp,
>
> why the AA is only supported in wx3?
> #if wxCHECK_VERSION( 3, 0, 0 )
This part was added by JP, a bit further up in the comments:
// Note: We try to use anti aliasing if the graphic card allows that,
// but only on wxWidgets >= 3.0.0 (this option does not exist on
wxWidgets 2.8).
Bye,
imp
References