Methods
Object
setObjectColors
applies a color to the specified objects example usage const objectids = \["object 1", "object 2"]; const color = "red"; viewer3d setobjectcolors(objectids, color); parameters objectids list of object ids to apply the color to type required array\[string] yes color color to apply value provided must be compatible with three color https //threejs org/docs/#api/en/math/color type required string or number yes