meshcat-dev / meshcat

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

Add color property to set_property #89

Closed jcarpent closed 3 years ago

jcarpent commented 3 years ago

This PR adds the support of color property when calling for instance node.set_property("color",[1.,1.,1.,1.])

jcarpent commented 3 years ago

@rdeits Is this PR fine for you?

rdeits commented 3 years ago

Looks great, thank you!

jcarpent commented 3 years ago

Thanks @rdeits for the merging.