<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Thanks again David! I still had the
problem but I figured it out... My actors were outside of my
clipping range!<br>
<br>
Not sure why the mouse click helped though - they should still
have been outside the range... Just had to make a bigger clipping
range.<br>
<br>
Great weekend to all! :o)<br>
<div class="moz-signature">
<meta http-equiv="content-type" content="text/html;
charset=UTF-8">
<title></title>
<p><br>
</p>
</div>
On 7/12/2013 10:15 AM, David Cole wrote:<br>
</div>
<blockquote cite="mid:md5:6RortzSfgoFYoG0lij9yVA==" type="cite">
<style data-externalstyle="true"><!--
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst, p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle, p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
line-height:115%;
}
--></style>
<div data-externalstyle="false" dir="ltr"
style="font-family:Calibri,'Segoe UI',Meiryo,'Microsoft YaHei
UI','Microsoft JhengHei UI','Malgun Gothic','Khmer UI','Nirmala
UI',Tunga,'Lao UI',Ebrima,sans-serif;font-size:12pt;">
<div>> void
vtkMFCSingleView::AddActor(vtkSmartPointer<vtkActor>
pActor)<br>
> {<br>
> Renderer->AddActor(pActor);<br>
> Invalidate();<br>
> }</div>
<div> </div>
<div>After your call to Renderer->AddActor, make a call to
vtkRenderWindow::Render:</div>
<div> </div>
<div>
<div>{</div>
<div>
Renderer->AddActor(pActor);<br>
Renderer->GetRenderWindow()->Render();</div>
<div>
}</div>
<div> </div>
<div> </div>
</div>
</div>
</blockquote>
<br>
</body>
</html>