as a follow-up to #85, be able to ask for a specific render resolution for the image (this is implemented by resizing the pane before & after rendering and getting the image DataURL) which is nice for people with smaller screens; by default this is set to 1920x1080.
expose a function to set the camera target over the programmatic JS/WebSocket API, which is a bit more convenient than getting the right 3D rotation to point to where you want to look at (this is implemented by changing the .target attribute on the Viewer.controls object)
I updated the README accordingly. A follow-up PR on rdeits/meshcat-python will be coming soon
Hi,
This PR adds two features:
.target
attribute on theViewer.controls
object)I updated the README accordingly. A follow-up PR on rdeits/meshcat-python will be coming soon