I have about a million 3D points, say data = Table[{1. x, 1. y, 0.}, {x, 1000}, {y, 10^3}]~Flatten~1; I want to visualize them, but Graphics3D@Point@data or ListPointPlot3D@data are too slow. MeshL...| Mathematica Stack Exchange