For example, I have a poly data:
How can I make it more dense? The dense
means more point in the circle. I expect the following poly data:
Is there any filter to make poly data more dense? Any suggestion is appreciated~~~
For example, I have a poly data:
How can I make it more dense? The dense
means more point in the circle. I expect the following poly data:
Is there any filter to make poly data more dense? Any suggestion is appreciated~~~
Check out the subdivision filters, e.g., vtkAdaptiveSubdivisionFilter. There are several variants.
Thanks, and I will try it.