Is it possible to draw a CylinderGeometry in a pixels size?

Hi,

Is it possible to draw a CylinderGeometry in a pixels size?

Hello,

That is not something currently in Cesium. For a workaround, you could use a cylinder glTF 3D model and set the minimumPixelSize property.

Here’s a model example: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=3D%20Models.html&label=Showcases

Best

Hannah