The other actor I have is a 2D actor and I think it is impossible to overlay a Prop3D based object over a 2D actor.<br><br>Please corrent me if I am wrong.<br><br>Thanks<br><br><div><span class="gmail_quote">On 10/3/06, <b class="gmail_sendername">
Pankaj Daga</b> &lt;<a href="mailto:deluded.soul@gmail.com">deluded.soul@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello again,<br><br>So I have tried hard to get this vtkImageActor to show on the screen. I have another image and I am trying to draw on top of that image:<br><br>So, I have the following:<br><br>// overlayImage is a PNG image
<br><br>actor = vtkImageActor::New();<br>actor-&gt;SetInput(overlayImage-&gt;GetOutput());<br>actor-&gt;PickableOn();<br>actor-&gt;SetDisplayExtent(0, im_width, 0, in_height, 0, 0);
<br>actor-&gt;SetPosition(0, 0, 0);<br><br>Now what happens is that the whole screen goes black! My image is only 200, 200 and I want it to show over another image. How do I get it working?<br><br>Thanks!<br>


</blockquote></div><br>