... > The number of polygons does not increase when the resolution is changed > - (thetares,phires)=(1000,4000) gives 2044000 cells, with the memory used > 87.82 MB and 135.73 MB for geometry. Screenshot at > http://i.imgur.com/zF8vMHu.png > > I would like to use an image with let us say, 100 M cells in Shpere(). > …
Ah, I see. There is a constant in vtkSphereSource.h that defines a max resolution of 1000. You can change that locally, or simply make more spheres or otherwise make a more complicated scene. Plugins/Manta/vtkMantaTestSource.h was written for the sole purpose of making lots and lots of polygons (reproducibly and in parallel) in order to benchmark rendering with. > > > > > cheers, > > Thanks >> Praveen >> >> ----------------------------------------------------------------------------------- >> This email message is for the sole use of the intended recipient(s) and >> may contain >> confidential information. Any unauthorized review, use, disclosure or >> distribution >> is prohibited. If you are not the intended recipient, please contact the >> sender by >> reply email and destroy all copies of the original message. >> >> ----------------------------------------------------------------------------------- >> _______________________________________________ >> 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 ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview >> > > >
_______________________________________________ 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 ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
