Mathematica v12.1 on macOS Catalina 10.15.5. I'm getting weird Lighting behavior in Graphics3D in the sense that the rendered object appears "dark" unless it is being actively rotated with the mouse, during which time the lighting seems to spring to life, only to go dark again the moment the mouse button is released.
My simple code is:
Graphics3D[Sphere[]] See screenshots below illustrating the behavior in question. I presume this is not normal. I'd much prefer the lighting to appear as in the "active rotating" view at all times, if possible. Can anyone explain if/what I'm doing wrong?
"Static" view (while not actively rotating):
[
]
"Rotating" view (while actively rotating with mouse):
EDIT: If it helps/matters, AbsoluteOptions[Graphics3D[Sphere[]]] gives me
{AlignmentPoint -> Center, AspectRatio -> Automatic, AutomaticImageSize -> False, Axes -> False, AxesEdge -> Automatic, AxesLabel -> None, AxesOrigin -> Automatic, AxesStyle -> {}, Background -> None, BaselinePosition -> Automatic, BaseStyle -> {}, Boxed -> True, BoxRatios -> {1., 1., 1.}, BoxStyle -> {}, ClipPlanes -> None, ClipPlanesStyle -> Automatic, ColorOutput -> Automatic, ContentSelectable -> Automatic, ControllerLinking -> False, ControllerMethod -> Automatic, ControllerPath -> Automatic, CoordinatesToolOptions -> Automatic, DisplayFunction -> Identity, Epilog -> {}, FaceGrids -> None, FaceGridsStyle -> {}, FormatType -> TraditionalForm, ImageMargins -> 0., ImagePadding -> All, ImageSize -> Automatic, ImageSizeRaw -> Automatic, LabelStyle -> {}, Lighting -> Automatic, Method -> Automatic, PlotLabel -> None, PlotRange -> {{-1., 1.}, {-1., 1.}, {-1., 1.}}, PlotRangePadding -> Automatic, PlotRegion -> Automatic, PreserveImageOptions -> Automatic, Prolog -> {}, RotationAction -> "Fit", SphericalRegion -> Automatic, Ticks -> Automatic, TicksStyle -> {}, TouchscreenAutoZoom -> False, ViewAngle -> Automatic, ViewCenter -> {0.5, 0.5, 0.5}, ViewMatrix -> Automatic, ViewPoint -> {1.3, -2.4, 2.}, ViewProjection -> Automatic, ViewRange -> All, ViewVector -> Automatic, ViewVertical -> {0., 0., 1.}} And I'm using the Default style sheet with no modifications.

ViewProjectionhas different color than all options? They all should be black fonts, but this one is blue? $\endgroup$