You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: