[vtkusers] Displaying same objet several times

edd cmaugo edcpwk at gmail.com
Wed Jan 9 03:09:07 EST 2013


Thanks, I'll try it.

Does it possible to do some picking on each glyph ?

--
Eddy


2013/1/8 Bill Lorensen <bill.lorensen at gmail.com>

> Here's an example using the Glyph3DMapper
> http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/Glyph3DMapper
>
> On Tue, Jan 8, 2013 at 8:40 AM, David Gobbi <david.gobbi at gmail.com> wrote:
> > Hi Eddy,
> >
> > The class vtkGlyph3D will take a single polydata and replicate it at
> > several different positions.  It's much faster than using several actors.
> > There is also a newer and even faster class called vtkGlyph3DMapper,
> > but I haven't used it yet.
> >
> >  - David
> >
> > On Tue, Jan 8, 2013 at 8:28 AM, edd cmaugo <edcpwk at gmail.com> wrote:
> >> Hi,
> >>
> >> What is the fatest way to display the same objet several times at an
> >> interactive frame rate ?
> >>
> >> I've tried to create a bunch of vtkLODActor at different position that
> share
> >> the same polydata,
> >> but beyond a certain number the display is very slow.
> >>
> >> Thanks,
> >> --
> >> Eddy
> > _______________________________________________
> > Powered by www.kitware.com
> >
> > Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
> >
> > Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
> >
> > Follow this link to subscribe/unsubscribe:
> > http://www.vtk.org/mailman/listinfo/vtkusers
>
>
>
> --
> Unpaid intern in BillsBasement at noware dot com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20130109/ecd1d7ae/attachment.htm>


More information about the vtkusers mailing list