[vtkusers] vtkVertexGlyphFilter display issue

Alex Southern mrapsouthern at gmail.com
Thu Aug 5 09:09:33 EDT 2010


Hmmm, this is what I was afraid of, is there anyway to find the number 
points at which there are too many? Perhaps this is system specific though.

My alternative is to just display one or a few 'slices' of points instead.

Unless anyone has any bright ideas...

Thanks anyway
Alex

On 5.8.2010 16:04, David Doria wrote:
> I can confirm that behavior- the code works fine with
>     int L = 50;
>     int W = 30;
>     int H = 40;
>
> but I see nothing with
>
>     int L = 500;
>     int W = 300;
>     int H = 400;
>
> I assume 60 million points is just too many?
>
> Thanks,
>
> David
>    




More information about the vtkusers mailing list