Not too sure what is going on here... When I look at my results in Paraview, I have particles that disappear and re-appear. I use the v.manyGran() method to create the vtk files.
It looks like I have particles that are at rest that are just vanishing and coming back. I think that it is simply a display issue, I think that the particles are always there, but that they are just not displayed all the time.
Could it be due to my dummyfile format?
All the pertinent files are attached.
Thank you,
Kirk
Attachment | Size |
---|---|
![]() | 221.07 KB |
ckloss | Tue, 10/09/2012 - 21:15
For the glyph in paraview,
For the glyph in paraview, there is a default maximum set to "5000". if the # particles exceed that limit, you get exactly the behaviour you describe
Cheers, Christoph
RocheDEM | Tue, 10/09/2012 - 22:15
What would be a better way of
What would be a better way of showing the particles when I have over 5000? Can simply just increase the maximum # particles for the glyph? Or do I need to show the particles with a different method?
Kirk
knoe_ph | Thu, 10/11/2012 - 15:10
Hallo, yes you simply have to
Hallo,
yes you simply have to increase the maximum number of particles in hte properties.
Kind regards,
Philipp
ckloss | Fri, 10/12/2012 - 16:36
Or you can use Point Sprites
Or you can use Point Sprites instead on the glyphs - that additionally gives you higher rendering speed
Christoph