Open chriskuech opened 1 year ago
Default material has effect only if the model doesn't specify the color (like in case of the stl format). In this case your file has a color specified, so default color doesn't make sense, this is why it doesn't appear on the UI.
I see. Makes sense, but it would be nice to change the color of the model regardless.
I agree that it would be nice to change the model color. Especially when facets are colored the same color as the default background.
Agree with the above sentiment. I'd like to be able to change the color to reflect the material/finish of the part. Any workarounds for this?
Describe the bug I changed the
defaultColor
everywhere I see it hard-coded (settings.js
,sidebarsettings.js
). However, the model color for our stp file is still the defaultrgb(59, 59, 59)
/#3B3B3B
. Possibly related, there is no "Default Color" picker UI, unlike what's shown in #264 screenshot.To Reproduce
defaultColor
in all cases within the website code.Expected behavior Color of the model is the
defaultColor
.Screenshots