Please see example here. https://www.madebydaryl.co.uk/lab/webgl-globe-master/globe-search/
I have a globe with 2600 points evenly spread. On chrome it runs fine on IE 11 the frame rate is dire.
I have a solution of merging all the points in to 1 Geometry and it renders fine, awesome. The problem is I need to be able to click on these points, hover over, animate and grow each point individually.
The issue is, the level of interactivity I need just doesn't seem possible with one Geometry.
Can anybody help.