TGLAugmentedRealityView icon indicating copy to clipboard operation
TGLAugmentedRealityView copied to clipboard

Clusters

Open brightsider opened this issue 8 years ago • 3 comments

Can you help with creating a cluster for points that intersect? How check points are intersect?

brightsider avatar Mar 14 '16 08:03 brightsider

Do you mean POIs that are so close together, that they should be represented by one overlay?

gleue avatar Mar 14 '16 08:03 gleue

@gleue yes.

brightsider avatar Mar 14 '16 09:03 brightsider

Hm, first guess:

Project POIs' anchor points using modelview and projection matrix and compute distances. Then determine which POIs should go together. But that might be too expensive when there are a lot of POIs.

gleue avatar Mar 14 '16 14:03 gleue