Currently I am using PoTree to visualize large Point Clouds. Next, I would like to enable the user to interact with them. Grab blocks draw around, stack together etc… The idea is to build some kind of 3D Theme-park game, where real scans from physical objects are used as assets. The scans however are provided by specific PoTree files.
So, I read that it is possible to include other js frameworks in PlayCanvas
http://forum.playcanvas.com/t/playcanvas-vs-unity/378
Would it be possible to combine PoTree and PlayCanvas and to enable interaction with the point clouds which are being downloaded from the server in real time?
The reason I would like to use PoTree is that it adopts the displayed point clouds according to the camera position (hierarchical level of detail).
Thanks a lot in advance!