You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I turned off all the lights, but there's still a mysterious light source. It reflects a metallic light at a certain angle. If you know how to control it, please tell me.
I turned off all the lights, but there's still a mysterious light source. It reflects a metallic light at a certain angle. If you know how to control it, please tell me.
viewer.scene.globe.enableLighting = false;
viewer.shadows = false;
viewer.scene.sun.show=false;
viewer.scene.moon.show=false;
viewer.scene.skyAtmosphere.show=false;
viewer.scene.fog.enable=false;
The text was updated successfully, but these errors were encountered: