Is it possible to set an image as the background? I am trying to achieve this but so far, I have only been able to do the following:
viewer.setLightPreset(4);
viewer.setQualityLevel(false, false);
viewer.setGhosting(true);
viewer.setGroundShadow(true);
viewer.setGroundReflection(true);
viewer.setEnvMapBackground(false);
viewer.setProgressiveRendering(true);
Unfortunately, none of these methods allow me to add an image for the background. If this feature is not supported within the API, could I at least change the background color instead? (not the loader background color, but the viewer's background color)