[vtkusers] Drawing half a million "vtkParametricEllipsoid"s

David Doria daviddoria at gmail.com
Thu May 23 09:08:54 EDT 2013


On Thu, May 23, 2013 at 8:36 AM, VoodooCode <MaxSchererMax at gmail.com> wrote:
> I don't understand how to apply the different rotations and scalings to the
> each sphere.
>
> This is the short complete compileable codesample, at the moment all spheres
> are equal:

Here, "compiable" typically means "VTK-only" - that is, no Eigen
dependency. Also, the idea is "copy->paste->compile", so you should
include #include's, etc.

You are still not adding the tensors to the PointData. Look though
this carefully:

http://www.vtk.org/Wiki/VTK/Examples/Broken/TensorGlyph

I believe it should be exactly what you are trying to do.

David



More information about the vtkusers mailing list