Relative Content

Tag Archive for cesiumjs

How to Create Perpendicular Planes and Line Intersection in CesiumJS?

What happened? I am trying to create a visualization in CesiumJS where: 1. There is a line connecting two geographic points. 2. There is a plane passing through the first point and perpendicular to the line. 3. There is another plane passing through the line and perpendicular to the first plane. However, despite following the […]

How to hide all UI Elements in Cesium?

I am trying to hide all elements in Cesium to get a plain UI. I have experimented with different properties in the JS API but wasn’t able to remove all the UI elements and just keep the Earth Globe. Is there any way I can do this?