Cannot display point cloud
See original GitHub issueTesting things out, following along with the examples provided. I’m trying to display the point cloud and the mesh from https://github.com/mikedh/trimesh/blob/master/examples/nearest.ipynb.
I can display the mesh when I use,
mesh.show()
I can interact with the window and everything, but when I use
scene = trimesh.Scene([mesh,
cloud_original,
cloud_close])
scene.show()
I only get a black window with nothing in it. Any ideas on what I am doing wrong here?
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
[Windows] PCLVisualizer cannot display point cloud correctly
I am using PCL 1.8.1, VS2017+Qt 5.9.9. I am creating a relatively big project. I am using PCLVisualizer to display point clouds and...
Read more >Point clouds will not display in AutoCAD or Civil 3D drawings
Point clouds will not display in AutoCAD or Civil 3D drawings ; Causes: The graphics card is inadequate to display the point clouds....
Read more >Problem: I can't see the point cloud in Revit - Easy fix. - YouTube
If the coordinate system of the point cloud does not start at (0, 0, 0), but e.g. at georeferenced coordinates, then it is...
Read more >Cannot display point cloud - CloudCompare forum
Cannot display point cloud ... Hello all, I'm having issues visuaizin my scan file. It is produced by the new Einscan S scanner...
Read more >Point Cloud - Troubleshooting Guide - Graphisoft Community
Point Clouds can be displayed only with the OpenGL engine in the 3D window (cannot rendered with the CineRender- or the Internal Engine) ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I tested this a bit more and I can confirm that the code snippet I used previously works in a standard python console (though I had to explicitly install Pyglet), but does not work in an iPython terminal.
Any updates @mikedh?
Same issue. The below code works in jupyter:
But the
nearest.ipynb
shows black screen on Ubuntu 20.04.