What is the most efficient way to compute, in a vertex shader, the screen size (in pixels) of sphere of radius 1 centered on the current vertex?
I need to apply a transform on vertices based on how big a sphere centered on each vertex projects on the screen.
s.



