mesh
mesh copied to clipboard
VNC server as a local client
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!
I am also running locally, I get the same message but nothing is showing. Did you find a solution?