I wanna plot a 3D points cloud ( say 100000 points) in Java, being able to drag and rotate it and select one of the plotted 3D points and get x,y,z of it by clicking on it. I am concerned about the continuation of support for java3D and at the same time I see that java3D is still a bigger community and a lot more active than JMonkey3 which is the stable version of jme3. I wanna deploy it as an applet too.
What technology should I choose?