Hello everyone,
I need to implement the following: 3D viewer of the set of points, each having almost arbitrary coordinate.
Real example of point coordinate:
(659146.9424195625f, 5297539.099442002f, 613.822972409427f).
Set of points can large, like 10000 points (not really sure is it really large).
Viewer must have various navigation tools (Rotate, Zoom In, Zoom Out). And that is for the beginning.
I have already tried JOGL, and faced a lot of problems like setting the visible volume, etc.
I am thinking about JME, because it is high level, feature rich and have notable usage record.
However, I am not sure, whether it is good idea at all, because primary focus of JME are compute games, not scientific visualization.
So, what do you think, is it a good idea?
Thanks in advance,
Sergey