Does anyone know if it is possible to set the option "Disable shadow effect" (previously called "Smooth Navigation") programatically?
I tried the options below from the GuiViewer3D documentation but none seem to set that switch.
viewer.setOptimizeNavigation(true);
viewer.setGroundShadow(false);