<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Concave polygons are not rendered as expected with&nbsp;vtkPolyDataMapper and vtkActor2D (see below).&nbsp; Is it by design or is it a bug?&nbsp; If it's by design, is there any flag can be set to alter the rendering behaviour?<BR>
&nbsp;<BR>
Thanks!<BR><BR>Xiaofeng<BR><BR>
<STYLE>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Verdana;}
</STYLE>
Hi all,<BR>&nbsp;<BR>How do I make uniform transparency in a concave polygon, instead of getting multiple shades, e.g. in the attached graph?<BR>&nbsp;<BR>The polygon are created with:<BR>&nbsp;<BR><FONT size=2 face=Consolas><FONT size=2 face=Consolas>vtkPoints* points = vtkPoints::New();<BR>vtkCellArray* cells = vtkCellArray::New();<BR>points-&gt;SetNumberOfPoints(4);<BR>&nbsp;<BR>// create a concave polygon (equilateral with a cutout at the bottom)</FONT></FONT> <BR>
<FONT color=#008000 size=2 face=Consolas><FONT color=#008000 size=2 face=Consolas><FONT color=#008000 size=2 face=Consolas><BR></FONT></FONT></FONT><FONT size=2 face=Consolas><FONT size=2 face=Consolas>points-&gt;SetPoint(0, 10.0, 10.0, 0.0);<BR>points-&gt;SetPoint(1, 110.0, 183.2, 0.0);<BR>points-&gt;SetPoint(2, 210.0, 10.0, 0.0);<BR>points-&gt;SetPoint(3, 110.0, 110.0, 0.0);<BR>cells-&gt;Allocate(1, 5);<BR>cells-&gt;InsertNextCell(5);<BR>cells-&gt;InsertCellPoint(0);<BR>cells-&gt;InsertCellPoint(1);<BR>cells-&gt;InsertCellPoint(2);<BR>cells-&gt;InsertCellPoint(3);<BR>cells-&gt;InsertCellPoint(0);<BR>vtkPolyData* poly = vtkPolyData::New();<BR>poly-&gt;Initialize();<BR>poly-&gt;SetGlobalWarningDisplay(1);<BR>poly-&gt;SetPoints(points);<BR>poly-&gt;SetPolys(cells);<BR></FONT></FONT>&nbsp;<BR>A vtkActor2D and a vtkPolyDataMapper2D was used for the rendering.<BR><BR>Many thanks!<BR>Xiaofeng<BR><BR><BR><BR>
<HR>
The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with Hotmail. <A href="http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&amp;ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5">Get busy.</A>                                               <br /><hr />Hotmail has tools for the New Busy. Search, chat and e-mail from your inbox. <a href='http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_1' target='_new'>Learn more.</a></body>
</html>