<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:΢ÈíÑźÚ
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Hi all,&nbsp;
<div><br></div><div>I run the simple example on 64-bits Widows XP ,MFC2008,</div><div><span class="ecxApple-style-span" style="line-height:18px">when the camera rotate to a specal degee, a&nbsp;<a href="http://dict.cnki.net/dict_result.aspx?searchword=%e5%ba%95%e8%be%b9&amp;tjType=sentence&amp;style=&amp;t=bottom+margin" style="text-decoration:none;text-transform:none" target="_blank"><font class="ecxApple-style-span" color="#000000">bottom margin</font></a>&nbsp;of the cone become abnormal very bright!</span></div><div><span class="ecxApple-style-span" style="line-height:18px">anybody,any idea?</span></div><div><span class="ecxApple-style-span" style="line-height:18px">Thanks!</span></div><div><span class="ecxApple-style-span" style="line-height:18px"><br></span></div><div><span class="ecxApple-style-span" style="line-height:18px">Tangly</span></div><div><span class="ecxApple-style-span" style="line-height:18px"><br></span></div><div>code:&nbsp;</div><div>&nbsp;------------------------------------------------------------------&nbsp;</div><div><div>&nbsp;&nbsp;vtkConeSource *cone = vtkConeSource::New();</div><div>&nbsp;&nbsp;cone-&gt;SetHeight( 3.0 );</div><div>&nbsp;&nbsp;cone-&gt;SetRadius( 1.0 );</div><div>&nbsp;&nbsp;cone-&gt;SetResolution( 10 );</div><div><br></div><div>&nbsp;</div><div>&nbsp;&nbsp;vtkPolyDataMapper *coneMapper = vtkPolyDataMapper::New();</div><div>&nbsp;&nbsp;coneMapper-&gt;SetInput( cone-&gt;GetOutput() );</div><div><br></div><div>&nbsp;&nbsp;vtkActor *coneActor = vtkActor::New();</div><div>&nbsp;&nbsp;coneActor-&gt;SetMapper( coneMapper );</div><div><br></div><div>&nbsp;&nbsp;vtkRenderer *ren1= vtkRenderer::New();</div><div>&nbsp;&nbsp;ren1-&gt;AddActor( coneActor );</div><div>&nbsp;&nbsp;ren1-&gt;SetBackground( 0.1, 0.2, 0.4 );</div><div><br></div><div>&nbsp;&nbsp;vtkRenderWindow *renWin = vtkRenderWindow::New();</div><div>&nbsp;&nbsp;renWin-&gt;AddRenderer( ren1 );</div><div>&nbsp;&nbsp;renWin-&gt;SetSize( 300, 300 );</div><div><br></div><div>&nbsp;</div><div>&nbsp;&nbsp;int i;</div><div>&nbsp;&nbsp;for (i = 0; i &lt; 360000; ++i)</div><div>&nbsp;&nbsp; &nbsp;{&nbsp;&nbsp; &nbsp;</div><div>&nbsp;&nbsp; &nbsp;renWin-&gt;Render();&nbsp;</div><div>&nbsp;&nbsp; &nbsp;ren1-&gt;GetActiveCamera()-&gt;Azimuth( 1.0 );</div><div>&nbsp;&nbsp; &nbsp;}</div><div><br></div><div>&nbsp;&nbsp;cone-&gt;Delete();</div><div>&nbsp;&nbsp;coneMapper-&gt;Delete();</div><div>&nbsp;&nbsp;coneActor-&gt;Delete();</div><div>&nbsp;&nbsp;ren1-&gt;Delete();</div><div>&nbsp;&nbsp;renWin-&gt;Delete();</div><div>&nbsp;&nbsp;</div></div><div>-------------------------------------------------------------------------&nbsp;</div><div><br></div>                                               </div></body>
</html>