Hi,<br><br>That's correct, the vtkAxisActor is not supported.  Only the vtkRenderingCore module is built, the rest of VTK's OpenGL rendering does not support OpenGL ES 2.0.<br><br>You can use the vtkAxisSource to generate geometry for a set of axes, and you can render them using VES actors. VES has support for actor overlays, if you are trying to acheive a corner annotation.  But, there is not currently an example demonstrating how to link a VES actor transform to the camera orientation.<br>

<br>Pat<br><br><div class="gmail_quote">On Wed, Mar 13, 2013 at 12:32 PM, Eduardo Poyart <span dir="ltr"><<a href="mailto:poyart@gmail.com" target="_blank">poyart@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi,<br>
<br>
I'm trying to use vtkAxesActor, but vtkAxesActor.h includes<br>
vtkRenderingAnnotationModule.h which doesn't exist in the vtk<br>
implementation in ves. Are RenderingAnnotations (therefore AxesActors)<br>
not supported?<br>
<br>
Thanks<br>
Eduardo<br>
_______________________________________________<br>
Ves mailing list<br>
<a href="mailto:Ves@public.kitware.com">Ves@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/ves" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/ves</a><br>
</blockquote></div><br>