[Ves] vtkAxesActor

Pat Marion pat.marion at kitware.com
Tue Mar 12 22:51:06 EDT 2013


Very cool, so I guess you re-routed the touch gestures from the camera to
individual models?  Did you use the vesKiwiWidgetRepresentation interface?
How about the picking code, did you use the cell picker or something else?
Not sure if you are able to share your source, but I'm sure there would be
interest in the community to see example code for rotating individual
models, because that's not something we've shown in KiwiViewer before.

Pat

On Wed, Mar 13, 2013 at 12:41 PM, Eduardo Poyart <poyart at gmail.com> wrote:

> Thanks! I'll try with the vtkAxisSource. I changed my system to keep
> the camera fixed and rotate the models (since I need multiple models
> rotating independently). So the model transforms are under my control.
>
> Eduardo
>
>
> On Tue, Mar 12, 2013 at 7:37 PM, Pat Marion <pat.marion at kitware.com>
> wrote:
> > Hi,
> >
> > 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.
> >
> > 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.
> >
> > Pat
> >
> > On Wed, Mar 13, 2013 at 12:32 PM, Eduardo Poyart <poyart at gmail.com>
> wrote:
> >>
> >> Hi,
> >>
> >> I'm trying to use vtkAxesActor, but vtkAxesActor.h includes
> >> vtkRenderingAnnotationModule.h which doesn't exist in the vtk
> >> implementation in ves. Are RenderingAnnotations (therefore AxesActors)
> >> not supported?
> >>
> >> Thanks
> >> Eduardo
> >> _______________________________________________
> >> Ves mailing list
> >> Ves at public.kitware.com
> >> http://public.kitware.com/cgi-bin/mailman/listinfo/ves
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/ves/attachments/20130313/8ba490cf/attachment-0001.html>


More information about the Ves mailing list