meshcat-dev / meshcat

Remotely-controllable 3D viewer, built on top of three.js
MIT License
256 stars 48 forks source link

Makes the background act like the other Object3d objects for the user. #72

Closed RussTedrake closed 4 years ago

RussTedrake commented 4 years ago

It has properties: top_color, bottom_color, + the defaults (notably visible). This allows a meshcat server to change the colors and visibility over the websocket.

Since there is now an element in the gui under Scene for Background which can be turned on and off like Grid and Axes, I've removed the now redundant buttons for "hide_background" and "show_background".