Merge pull request #1200 from SiboVG/issue-1192

[fixes #1192] Use default 3D component color mid-grey + 30% shine
This commit is contained in:
SiboVG 2022-02-28 23:15:59 +01:00 committed by GitHub
commit dd86485055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,8 +51,8 @@ public class AppearanceBuilder extends AbstractChangeSource {
* Clears the builder cache and set to build blank appearances
*/
private void resetToDefaults() {
paint = new Color(0, 0, 0);
shine = 0;
paint = new Color(187, 187, 187);
shine = 0.3;
offsetU = offsetV = 0;
centerU = centerV = 0;
scaleU = scaleV = 1;