[vtkusers] HELP with anti-aliasing !!!
michał strzelecki
nexgen at poczta.onet.pl
Sat Jul 19 06:02:27 EDT 2003
Hi!
I wat to have nice looking objects so I turn on antialiasing
for poits lines an polygons.
For points and lines antialiasing work fine but for polygons there are
missing the edges of objects.
Polygons are smooth (and filled), but it looks like the edges are
transparent - I can see the back part of object through them!
To turn on antialiasing
I use:
rw is vtkRenderWindow;
rw->PointSmoothingOn();
rw->LineSmoothingOn();
rw->PolygonSmoothingOn();
Could someone explain me what to do with that.
Thanks.
Michał
More information about the vtkusers
mailing list