use of vtkLODActor in place of vtkActor to enable larger meshes #3128
AndrewAnnex
started this conversation in
Ideas
Replies: 3 comments
-
That's really cool! That's something we can add at a later date, and thanks for pointing out the docs and example source! |
Beta Was this translation helpful? Give feedback.
0 replies
-
This feature would be highly beneficial to my Pyvista project |
Beta Was this translation helpful? Give feedback.
0 replies
-
This feature request is also tracked in #3471 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was curious about if vtk had a built in way to do LOD loading and found that it had (as paraview does this). It looks like the vtkLODActor is able to be used in place of vtkActor for this, and it looks like there are a number of ways to control the decimation of meshes and etc. I haven't had time to make a POC but it appears that there is another python vtk library that is using it. Could be worth looking into
https://vtk.org/doc/nightly/html/classvtkLODActor.html
https://fury.gl/v0.1.x/_modules/fury/actor.html
Beta Was this translation helpful? Give feedback.
All reactions