question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Real-time non-blocking mesh visualization

See original GitHub issue

Thanks for your amazing work. I am intending to display the 3D mesh reconstruction results in real time. But every time, the program will be ended after showing the mesh in first time. I have tried ioff(), interactive=False but they didn’t work.

Here is a example, I intend to visualize a different mesh (with the same face).

faces = np.array([[0,1,2], [1,2,3], [2,3,4]])
verts = [vert1, vert2, vert3]
for vertex in verts:
    mesh=Mesh([vertex,faces])
    show(mesh,axis=1,interactive=0)

The program will be stopped after running into show at the first time.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:15 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Arthur151commented, Apr 19, 2021

I have updated a new version of ROMP using vedo for visualization. I will upload some demos later. Thanks!

1reaction
Arthur151commented, Apr 19, 2021

Thanks a lot for your great effort!

Yes, your solution of collapsing triangles with large gradient does look better. image

I thinks the warning occurred during saving pkl indicating that there are some problems in UV map. I will look into this. Thanks again. We really appreciate your time and effort.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Non-blocking visualization — Open3D 0.16.0 documentation
Non-blocking visualization ¶. draw_geometries() is a useful function to get a quick overview of static geometries. However, this function holds a process ...
Read more >
Create Non-blocking AND Interactive animation in Open3D
I am working on an Open3D project and I am trying to figure out a way to perform non-blocking animation and interactivity at...
Read more >
Sensor Data Visualization with MESH Blocks - YouTube
Sensor Data Visualization with MESH Blocks. 2.9K views 5 years ago. MESH. MESH. 1.08K subscribers. Subscribe. 6. I like this. I dislike this....
Read more >
(PDF) Real-time reconstruction of wavelet encoded meshes for view ...
casual non-blocking interactions with the other processes. ... guaranteed by algorithms explained in of Section 2. ... navigation over France. ... work properties...
Read more >
Real-Time Optimal Adaptation for Planetary ... - eScholarship
A classic motivating problem is terrain visualization in which ... are developed similar to the Realtime Optimally Adapting Meshes (ROAM) Algorithm, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found