[Ves] vtkAxesActor

Eduardo Poyart poyart at gmail.com
Tue Mar 12 22:41:18 EDT 2013


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
>
>



More information about the Ves mailing list