Anti-aliasing quality

Hi All,

Is there any way to specify how much antialiasing we want?I know by specifying VG_RENDERING_QUALITY_NONANTIALIASED/FASTER/BETTER, we can specify the rendering quality & then the OVG internally takes care of applying proper algorithm.

But, there are different ways to do antialiasing i.e. Supersampling with 2/4/8 samples etc…I want to know is there any such API to inform OVG that i want antialias with how many samples?

If the question is not clear, let me know i will try to clarify it more.

Thanks,
Mustaf

No, you can’t select a specific antialiasing algorithm. OpenVG 1.1 will add support for rendering to multisample surfaces.