how to draw polygon in 3D platform

Want to draw POLYGON in 3D platform, such that polygon got properly draped on 3D surface.

To create run time polygon and store them in database for future reference need a freehand drawing tool on 3D surface.

I am using CesiumJS 1.45, Window 8.1 pro O.S and Google Chrome Browser.

Please help me out....

Hi there,

We have an in-progress example for drawing polygons on terrain, the code for which you can play around with in Sandcastle. You’ll need to handle the database separately as CesiumJS is for the visualization, not the back end.

Thanks,

Gabby

Hi Gabby,

How can I handle the database separately as JS, without using the back end.

I suggest asking on a more general web development forum, this is beyond the scope of Cesium.