How to prevent points from disappearing when zooming in?

If points are rendered as spheres instead of disks, the problem should mostly go away:

pointActor->GetProperty()->RenderPointsAsSpheresOn();

Likewise, for rendering lines, there is RenderLinesAsTubesOn().

1 Like