<div dir="ltr">Hello,<div><br></div><div>I have (hopefully) a pretty simple question with Activiz and c#:</div><div><br></div><div>I followed the instructions here:</div><div><a href="http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET">http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET</a><br></div><div><br></div><div>and got the sphere rendering.  Now, I'd like to add a winforms button that changes the position of the camera.</div><div><br></div><div>I added a winforms button and made the vtkRender object class-level so that the button click handler can see it.</div><div><br></div><div>here's my button code:</div><div><div>       </div><div> private void button1_Click(object sender, EventArgs e)</div><div>        {</div><div>            Renderer.GetActiveCamera().SetPosition(5.0d, 2.0d, 3.0d);</div><div>        }</div></div><div><br></div><div>The issue is the render port doesn't update untill I click on how.</div><div><br></div><div>How can I force it to update?</div><div><div><br></div>-- <br><div class="gmail_signature"><div style="font-family:arial;font-size:small">-Terry J. Price</div><div style="font-family:arial;font-size:small">905-706-5371</div><div style="font-family:arial;font-size:small"><br></div></div>
</div></div>