Update default 3D color to #BBBBBB

This commit is contained in:
SiboVG 2022-02-28 23:14:00 +01:00
parent 746c251c5d
commit 60d8b12297

View File

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