[vtkusers] XXXSmoothingOff has no effect
Francois Bertel
francois.bertel at kitware.com
Tue Nov 18 08:28:43 EST 2008
Create a render window without multisampling:
// Right after:
vtkRenderWindow *renWin=vtkRenderWindow::New();
// add:
renWin->MultiSamples(0);
On Tue, Nov 18, 2008 at 7:46 AM, Maik Beckmann
<beckmann.maik at googlemail.com> wrote:
> Hello,
>
> The attached C++ source file draws a triangle, a line and adds axes. Line 112
> and 113:
> {{{
> renWin->PolygonSmoothingOff();
> renWin->LineSmoothingOff();
> }}}
> have no effect. Anybody hints why this is the case?
>
> Thanks,
> -- Maik
>
> PS:
> VTK: 5.2
> OS: Linux
> GraphicsCard: Nvidia 8600GT
> GraphicsDriver: nvidia
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>
--
François Bertel, PhD | Kitware Inc. Suite 204
1 (518) 371 3971 x113 | 28 Corporate Drive
| Clifton Park NY 12065, USA
More information about the vtkusers
mailing list