I get the output that I need from
r = 100000000000;
ParametricPlot3D[r {Cos[ϕ]*Sin[θ], Sin[ϕ]*Sin[θ], Cos[θ]}, {ϕ, 0, 2 π}, {θ, 0, π},
ColorFunction -> Function[{x, y, z}, Glow[GrayLevel[z]]],
Lighting -> None, Axes -> False, Mesh -> None]
However if r = 1, then the sphere goes black.
Why does it do that, and how to get the correct color despite r = 1?
Output in V11.3 on windows with Intel(R) HD Graphics 5500:
I think it's a bug now, I tried V11.2 and it worked.
rin between? – Grzegorz Rut Jul 18 '18 at 14:13r = 10000000000;makes it black. Do you use V11.3 on windows? – MeMyselfI Jul 18 '18 at 14:18