I am trying to draw 3D polylines on top of vts-browser-js earth environment.
I observed that we can draw an arc or straight lines using drawLineString() API.
How do we draw closed loops? For example, I want to draw a complete arrow, where there is a triangle and a line connected to that triangle, makes a whole arrow.
How can we draw such geometries using single set of points, as I further want to transform them together?
I am trying to draw 3D polylines on top of vts-browser-js earth environment. I observed that we can draw an arc or straight lines using drawLineString() API.
How do we draw closed loops? For example, I want to draw a complete arrow, where there is a triangle and a line connected to that triangle, makes a whole arrow.
How can we draw such geometries using single set of points, as I further want to transform them together?
Any help would be appreciated!