<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
God morning,<br><br>I have the following code:<br><br><br>&nbsp;&nbsp;&nbsp; this-&gt;_ren-&gt;AddActor(imgAct1);<br>&nbsp;&nbsp;&nbsp; this-&gt;_ren-&gt;AddActor(imgAct2);<br>&nbsp;&nbsp;&nbsp; this-&gt;_ren-&gt;AddActor(imgAct3);<br><br>&nbsp;&nbsp;&nbsp; _ren-&gt;Render();<br>&nbsp;&nbsp;&nbsp; _ren-&gt;ResetCamera();<br><br>vtkActorCollection *actColl =&nbsp; _ren-&gt;GetActor();<br><br>actColl-&gt;InitTraversal();<br><br><br>now the problem I have is although I've added the three actors to my renderer, when It follows a call to the actorCollection the collection list is empty.<br><br>Can someone tell me why?<br><br>Kind regards.<br>Giancarlo<br><br /><hr />25 GB di spazio gratuito su Internet! <a href='http://clk.atdmt.com/GBL/go/140630366/direct/01/' target='_new'>Prova SkyDrive</a></body>
</html>