Need to get my Nano to display a 3d file .ply and move it

I have all the demo software working on my Nano (OceanFFT etc)
But I just need a SIMPLE 3d file (,ply) display and movement program.
Anyone got a simple demo?
Best regards,
John

Hi,

Which software do you use to open a ply file on other platforms?
Could you check if the same software also supports ARM systems as well?

Thanks.

I use MeshLab. I loaded that and it runs very slowly (0.3fps) so it does not use the GPUs. Very very slow.
Thanks for the idea though.
John

Hi,

Maybe you can check if the tool can use GPU for acceleration.
In general, you can boost Nano performance with the following command:

$ sudo nvpmodel -m 0
$ sudo jetson_clocks

Thanks.