Create 3d graphics with PlayCanvas

Hi,
This is my first time with 3d and I have a question about the possibility offers by PlayCanvas.
I have a java application where the user insert different coordinates and after I want to join the point and generate a figure .
I want to know if is possibile to integrate playcanvas in a java application and make this operation?

PlayCanvas is a JavaScript engine. It is not compatible with Java. You would have to build whatever you want in PlayCanvas from the ground up.

1 Like