Hannah
Hannah
@eatapl we haven't hooked this up to GeoJson because I couldn't find anything in the GeoJSON spec that can be used to specify polygon ordering. Does GeoJSON have a property...
@killroy42 can you provide a short code example to reproduce the problem you're seeing?
@killroy42 I see what you're talking about. It's tricky to order billboards in 3D because you generally want them to order spatially (ie a billboard that is closer to the...
@killroy42 no sorry, billboards aren't really designed to work that way. You could try replacing the billboards with a rectangle using an image for the material. This might have slightly...
@Zpeugh It's hard to tell exactly what's going on in the picture you posted, so I'm not quite sure why the label is rendering behind the geometry you have there....
> The teal lines are all polyline entities with depth testing disabled This is what's causing the problem. If depth testing is disabled, it's completely ambiguous what is "closer" to...
@Zpeugh you might be able to do something with the classification options. See https://cesiumjs.org/Cesium/Build/Apps/Sandcastle/?src=Polylines%20on%203D%20Tiles.html&label=3D%20Tiles
@ladislavhorky Could you put together a Sandcastle example to reproduce that?
@ladislavhorky The lines are drawing on top of the labels because you set a `depthFailMaterial`. That is working as designed. The `depthFailMaterial` colors the line when it fails the depth...
I'm sorry @ladislavhorky, I don't have any workaround at this time