<div>Tijmen:<br></div><div><br></div><div>I was able to implement Graphics drawing routines using the new vtkContextScene over a 3d vtkWindow.</div><div><br></div><div>You could use DrawEllipse or DrawPoly to draw the circle. These are through the vtkContext2D class.</div>
<div><br></div><div>I had to download the latest code from git as this part of code seems to be still under development.</div><div><br></div><div>A good place to start is to look at the example in TestChartsOn3D.</div><div>
<br></div><div>Marcus has done a great job in enhancing vtk for annotations on a 2D Canvas.</div><div><br></div><div>Imran</div><div><br></div>Hello everyone,<br><br><br>I&#39;m working on a multitouch application for VTK. A 3D dataset is visualized<br>
on the screen, and the multitouch input is used for the interaction. I want<br>to draw the current locations of the touches as a 2D overlay, so that the<br>user(s) know which touches are recognized. What would be the best and<br>
easiest way to draw up to 10 points/circles in 2D on top of the 3D<br>visualization?<br><br><br>Cheers,<br>Tijmen<br>