[vtkusers] combining sources?
Amy Henderson
amy.henderson at kitware.com
Tue Sep 9 09:05:40 EDT 2003
Hi Tim,
You could try either vtkAppendPolyData (to collect the output of the
polydata sources into a single polydata) or vtkAssembly or vtkPropAssembly
(to group the followers).
- Amy
At 02:58 PM 9/8/2003 -1000, Tim Newsham wrote:
>Hi,
> I have several pipelines like:
>
> sphere source -> polymapper -> follower -> renderer
>
>this seems quite wasteful (especially recomputing the follower
>matrix each time). All the followers are tied to the same camera
>and share the same position. I would like to somehow combine the
>input sources so that I can use a single follower. Is there any way to
>take multiple polydata sources and send them to the same polymapper, or
>multiple mappers and send them to the same follower?
>
>Tim N.
>
>_______________________________________________
>This is the private VTK discussion list.
>Please keep messages on-topic. Check the FAQ at:
><http://public.kitware.com/cgi-bin/vtkfaq>
>Follow this link to subscribe/unsubscribe:
>http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list