MPI-IS / mesh

MPI-IS Mesh Processing Library
Other
643 stars 147 forks source link

VNC server as a local client #57

Open IQ17 opened 3 years ago

IQ17 commented 3 years ago

Hi, I am working on a ubuntu server and I can see its desktop via a VNC.

When I run

meshviewer view sphere.obj

I see nothing but a log

INFO:root:started remote viewer on port 50787

By reading the code in ./bin/meshviewer , it is the args.port that decides it works as a local client or a remote client. In my case, I do not set the port in the command. Why it still show nothing ?

Is it possible to run as a local client and show view on the VNC desktop?

Thanks!

eventhorizon02 commented 1 year ago

I am also running locally, I get the same message but nothing is showing. Did you find a solution?