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
In addition to simply toggling the mesh visibility, it can be useful to also explicitly set the opacity of a mesh. Likely, we can just use RGBA instead of RGB values for the mesh colors to enable opacity.
Estimated Cost
2d?
Implementation
opacity should be stored in the mesh object (which is not persisted currently; persisting the mesh items is a separate issue)