glob3mobile / g3m

The multiplatform advanced visualization framework
http://www.glob3mobile.com/
Other
116 stars 56 forks source link

LineString around the earth #110

Open ValeriR opened 9 years ago

ValeriR commented 9 years ago

It is impossible to create a line between the points For example, in the figure, two points must be connected directly, but the connection goes around the planet. I use GEOSymbolizer and LineString from JSON. At the same time line for MeshRenderer ...GLPrimitive.lineStrip() hat portrayed correctly, but they are straight and do not pass through the planet's surface. (at this moment I do not fit) What am i doing wrong? (Android) Thank you ..

globe2

DiegoGomezDeck commented 9 years ago

Hi @ValeriR

I don't think I understand your problem. Those "arcs" looks fine to me.

Can you please explain me better what do you want to get?

ValeriR commented 9 years ago

Points in the foreground should be connected to each other by short line .But are connected around the entire earth. I have not tried, but I'm sure that pave the arc on the earth's surface from Tokyo to San Francisco will fail. The question is .. How to draw meridians and parralleli in their intermediate points?

ValeriR commented 9 years ago

I used GEOLineRasterSimvol, tried GEOPoligonRasterSimvol, the result is the same.   In DirektMesh no such problem, it turns a beautiful grid around the earth but the lines are straight and only at a height or invisible, if the height of zero, but I need on the ground.

DiegoGomezDeck commented 9 years ago

I understand now, it's a bug. Have to research it a little.

ValeriR commented 8 years ago

no news?