Update default 3D color to #BBBBBB
This commit is contained in:
parent
746c251c5d
commit
60d8b12297
@ -51,7 +51,7 @@ public class AppearanceBuilder extends AbstractChangeSource {
|
|||||||
* Clears the builder cache and set to build blank appearances
|
* Clears the builder cache and set to build blank appearances
|
||||||
*/
|
*/
|
||||||
private void resetToDefaults() {
|
private void resetToDefaults() {
|
||||||
paint = new Color(127, 127, 127);
|
paint = new Color(187, 187, 187);
|
||||||
shine = 0.3;
|
shine = 0.3;
|
||||||
offsetU = offsetV = 0;
|
offsetU = offsetV = 0;
|
||||||
centerU = centerV = 0;
|
centerU = centerV = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user