Delaunay 2D Filter Meshing

I am reading in x,y,z coordinate data with x velocities by using the Delauney 2D Filter. Is there a way to make the triangulation meshing finer on this filter? If not, is there anyway to control the density of your mesh in Paraview?

Thank you!!

There is no option in Delaunay 2D. Its goal is to give you a Delaunay triangulation, which is restricted to generating triangles defined by the input points. You can use the Subdivide filter to make the triangles finer, though.