daavoo / pyntcloud

pyntcloud is a Python library for working with 3D point clouds.
http://pyntcloud.readthedocs.io
MIT License
1.39k stars 221 forks source link

anky.plot(mesh=True, backend="threejs") showing black canvas only #310

Open ammaryasirnaich opened 2 years ago

ammaryasirnaich commented 2 years ago

I am trying to run the VoxelGrid example but when i run the cell at the Setup part in the python file to display the "ankylosaurus_mesh.ply" it shows a black blank figure any idea what it causing it blankscreen

daavoo commented 2 years ago

Does backend="pythreejs" works for you?

ammaryasirnaich commented 2 years ago

I tried to but I think it doesnt support "pythreejs" yet. Getting an Error while doing it Error

ammaryasirnaich commented 2 years ago

However, i did simply anky.plot(point_size=1) which actually worked for me