Ploting 3D point clouds like these in Eclipse

Hi I just dragged into JME to plot 3D point clouds like these in my application which is totally in Java ( using Eclipse). Could you kindly advice me whether JME is the write tool for me or I have to simply go for Java3D( old and no support)



http://jzy3d.org/gallery/web/demo-contour-filled.png



http://jzy3d.org/gallery/web/demo-surface-big.png

Here are benchmarks for java3d, jme3, and Ardor. I suggest not using java3d for many reasons, most specified in that benchmark.

1 Like

You certainly could do those graphs using JME3. Someone more experienced than me would probably be able to recommend the best way but I can think of a couple of possibilities. (Heightmaps, deforming a plane, constructing your own geometry).

1 Like