Hi,
Still fairly new to CesiumJS. I am currently working on a viewer for 3d archaeological data. The plan is to have geojson files loaded into cesium as this is a format most archaeological data is in.
I am having an issue with polygons with per position heights. I can add the polygons fine but the issue is that due to their being no way of having depth test fail on polygon entity, the polygons are being clipped by the tileset geometry. I was wondering if there is a good workaround for this.
I am aware of the sandcastle tutorial of using classification that is baked into 3d tiles however this is not practical for most archaeological workflows.
Have considered maybe using primites but the tooling for them is not as good as for entities.
Any help on this would be appreciated. Sorry I can’t provide any screen shots due to data sensitivity.