[vtkusers] Question regarding plotting points in 3D

Wesley Smith wesley.hoke at gmail.com
Mon Feb 18 04:23:16 EST 2008


I've used a derivation of the PolyDataMapper class to support VBO
rendering.  It pretty easy to do.  Just copy and paste into a new
source file, rename the class, and modify the appropriate sections of
code.  I've never rendered 1M points, but if you're going to do that
many, VBOs are your best bet AFAIK.

wes

On Feb 18, 2008 1:18 AM, Harpreet  Singh <Harpreet_S at infosys.com> wrote:
> Thanks mark for ur reply.
> Did anybody got a chance to plot points of such scale in VTK. I am also interested in performance also. I have earlier used Nevron to plot 1 million points in 3d but there was performance issues. Please let me know if anybody has implemented this before.
>
> Harpreet
>
>
> -----Original Message-----
> From: Mark Wyszomierski [mailto:markww at gmail.com]
> Sent: Monday, February 18, 2008 10:36 AM
> To: Harpreet Singh
> Cc: VTK users group
> Subject: Re: [vtkusers] Question regarding plotting points in 3D
>
> Wouldn't it ultimately depend on your hardware? I don't think VTK puts
> any arbitrary limit on the number of objects you can create.
>
> Mark
>
> On Feb 18, 2008 12:00 AM, Harpreet  Singh <Harpreet_S at infosys.com> wrote:
> >
> >
> >
> > Hi
> >
> > I want to know whether we can plot some 1 million points in 3D using VTK
> > library ? Is it feasible using VTK?
> >
> > I have to read date from some text files from where I get near about 1
> > million points.
> >
> > How is the performance in the above case?
> >
> > Can any give give a pointer to any example used for plotting?
> >
> >
> >
> > Thanks & Regards
> >
> > Harpreet
> >
> >
> > **************** CAUTION - Disclaimer *****************
> > This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely
> > for the use of the addressee(s). If you are not the intended recipient,
> > please notify the sender by e-mail and delete the original message. Further,
> > you are not to copy, disclose, or distribute this e-mail or its contents to
> > any other person and any such actions are unlawful. This e-mail may contain
> > viruses. Infosys has taken every reasonable precaution to minimize this
> > risk, but is not liable for any damage you may sustain as a result of any
> > virus in this e-mail. You should carry out your own virus checks before
> > opening the e-mail or attachment. Infosys reserves the right to monitor and
> > review the content of all messages sent to or from this e-mail address.
> > Messages sent to or from this e-mail address may be stored on the Infosys
> > e-mail system.
> > ***INFOSYS******** End of Disclaimer ********INFOSYS***
> >
> > _______________________________________________
> > This is the private VTK discussion list.
> > Please keep messages on-topic. Check the FAQ at:
> > http://www.vtk.org/Wiki/VTK_FAQ
> > Follow this link to subscribe/unsubscribe:
> > http://www.vtk.org/mailman/listinfo/vtkusers
> >
> >
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



More information about the vtkusers mailing list