I created a simple Java application using JavaFX. I would like to integrate a 3D viewer on my window with which I can interact with the mouse (only to rotate the 3D object).
Is it possible to achieve such a thing in Java with JavaFX?
The purpose of my project would be to display a 3D object from a .obj file.
I use java 8 and I looked at Java 3D but I can not find many examples on the Internet.