WellKnownNames with Points?

Questions for you guys =)

How do I define WellKnownName (eg. Square, circle, triangle, X, stars) and use them as points in Cesium? There is a point object in Cesium but I don’t see any shapes options in there. =) Would be very beneficial.

Thanks Cesium!

Katone

The reason we don’t have this option is because it can simply be done with Billboards. Just supply a white billboard for the shape you want and then set the Billboard color property.

We actually have an example that does this with a texture atlas in Sandcastle: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Billboards.html&label=Showcases Just choose “Add marker billboards” in the combo box.