Question: Is it possible to apply an opacity setting for the scene’s ambient color?
Answer: Yes, it is possible to set the opacity for an entire scene with our x-ray transparency mode:
Here’s the code that you’ll need:
hwv.view.setDrawMode(Communicator.DrawMode.XRay);
hwv.view.setXRayOpacity(.8);